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
3a58f076
Commit
3a58f076
authored
Jul 17, 2020
by
Karthik Ponnam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Android & IOS Build Fixes
parent
df4047d0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
7 deletions
+17
-7
CHANGELOG.md
+10
-0
README.md
+3
-3
example/pubspec.lock
+1
-1
lib/fluttertoast.dart
+1
-1
pubspec.yaml
+2
-2
No files found.
CHANGELOG.md
View file @
3a58f076
## [7.0.0]
-
Android Build failed fix
-
iOS Crash Fix
## [7.0.0]
-
Reverted to Old code
`Fluttertoast`
-
Also contains new code
`FToast`
## [6.0.1]
-
Support for old
`Fluttertoast.showToast`
...
...
README.md
View file @
3a58f076
...
...
@@ -22,7 +22,7 @@ This one has limited features and no control over UI
>
> - ALL
1.
Full Control
l
of the Toast
1.
Full Control of the Toast
2.
Toasts will be queued
3.
Remove a toast
4.
Clear the queue
...
...
@@ -32,7 +32,7 @@ This one has limited features and no control over UI
```
yaml
# add this line to your dependencies
fluttertoast
:
^7.0.
0
fluttertoast
:
^7.0.
1
```
```
dart
...
...
@@ -170,7 +170,7 @@ fToast.removeQueuedCustomToasts();
## Preview Images (BuildContext)
<img
src=
"https://raw.githubusercontent.com/ponnamkarthik/FlutterToast/master/screenshot/
5
.jpg"
width=
"320px"
/>
<img
src=
"https://raw.githubusercontent.com/ponnamkarthik/FlutterToast/master/screenshot/
11
.jpg"
width=
"320px"
/>
## If you need any features suggest
...
...
example/pubspec.lock
View file @
3a58f076
...
...
@@ -71,7 +71,7 @@ packages:
path: ".."
relative: true
source: path
version: "
6
.0.1"
version: "
7
.0.1"
matcher:
dependency: transitive
description:
...
...
lib/fluttertoast.dart
View file @
3a58f076
...
...
@@ -19,7 +19,7 @@ class Fluttertoast {
{
@required
String
msg
,
Toast
toastLength
,
int
timeInSecForIosWeb
=
1
,
double
fontSize
,
double
fontSize
=
16.0
,
ToastGravity
gravity
,
Color
backgroundColor
,
Color
textColor
,
...
...
pubspec.yaml
View file @
3a58f076
name
:
fluttertoast
description
:
Toast Library for Flutter, Easily create toast messages in single line of code
version
:
7.0.
0
version
:
7.0.
1
homepage
:
https://github.com/PonnamKarthik/FlutterToast
issue_tracker
:
https://github.com/ponnamkarthik/FlutterToast/issues
...
...
@@ -19,7 +19,7 @@ flutter:
platforms
:
android
:
package
:
io.github.ponnamkarthik.toast.fluttertoast
pluginClass
:
Flutter
t
oastPlugin
pluginClass
:
Flutter
T
oastPlugin
ios
:
pluginClass
:
FluttertoastPlugin
web
:
...
...
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