Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fluttertoast
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songyanzhi
fluttertoast
Commits
5c47854f
Commit
5c47854f
authored
Apr 25, 2018
by
Ponnam Karthik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iOs build error fixed
parent
c1fa7678
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
10 deletions
+8
-10
CHANGELOG.md
+4
-0
README.md
+1
-1
example/lib/main.dart
+2
-2
ios/Classes/SwiftFluttertoastPlugin.swift
+0
-6
pubspec.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
5c47854f
## [2.0.2]
*
iOs build error fixed
## [2.0.1]
*
Ios Support added
...
...
README.md
View file @
5c47854f
...
...
@@ -11,7 +11,7 @@ Android Toast Library for Flutter
```
yaml
# add this line to your dependencies
fluttertoast
:
^2.0.
1
fluttertoast
:
^2.0.
2
```
```
dart
...
...
example/lib/main.dart
View file @
5c47854f
...
...
@@ -25,14 +25,14 @@ class _MyAppState extends State<MyApp> {
void
showShortToast
()
{
Fluttertoast
.
showToast
(
msg:
"This is
Long
Toast"
,
msg:
"This is
Short
Toast"
,
toastLength:
Toast
.
LENGTH_SHORT
,
timeInSecForIos:
1
);
}
void
showTopShortToast
()
{
Fluttertoast
.
showToast
(
msg:
"This is Top
Long
Toast"
,
msg:
"This is Top
Short
Toast"
,
toastLength:
Toast
.
LENGTH_SHORT
,
gravity:
ToastGravity
.
TOP
,
timeInSecForIos:
1
...
...
ios/Classes/SwiftFluttertoastPlugin.swift
deleted
100644 → 0
View file @
c1fa7678
import
Flutter
import
UIKit
public
class
SwiftFluttertoastPlugin
:
NSObject
{
}
pubspec.yaml
View file @
5c47854f
name
:
fluttertoast
description
:
Toast Library for FLutter
version
:
2.0.
1
version
:
2.0.
2
author
:
Karthik Ponnam <ponnamkarthik3@gmail.com>
homepage
:
https://github.com/PonnamKarthik/FlutterToast
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment