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
ab0537b5
Commit
ab0537b5
authored
May 23, 2023
by
Karthik Ponnam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
published 8.2.2
parent
e6586079
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
5 deletions
+8
-5
CHANGELOG.md
+4
-0
README.md
+1
-1
example/pubspec.lock
+1
-1
lib/fluttertoast.dart
+0
-1
pubspec.yaml
+2
-2
No files found.
CHANGELOG.md
View file @
ab0537b5
## [8.2.2]
-
Adjustments for flutter >=3.10
## [8.2.1]
## [8.2.1]
-
Removed
`context.mounted`
-
Removed
`context.mounted`
...
...
README.md
View file @
ab0537b5
...
@@ -34,7 +34,7 @@ This one has limited features and no control over UI
...
@@ -34,7 +34,7 @@ This one has limited features and no control over UI
```
yaml
```
yaml
# add this line to your dependencies
# add this line to your dependencies
fluttertoast
:
^8.2.
1
fluttertoast
:
^8.2.
2
```
```
```
dart
```
dart
...
...
example/pubspec.lock
View file @
ab0537b5
...
@@ -78,7 +78,7 @@ packages:
...
@@ -78,7 +78,7 @@ packages:
path: ".."
path: ".."
relative: true
relative: true
source: path
source: path
version: "8.2.
1
"
version: "8.2.
2
"
js:
js:
dependency: transitive
dependency: transitive
description:
description:
...
...
lib/fluttertoast.dart
View file @
ab0537b5
import
'dart:async'
;
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/services.dart'
;
...
...
pubspec.yaml
View file @
ab0537b5
name
:
fluttertoast
name
:
fluttertoast
description
:
Toast Library for Flutter, Easily create toast messages in single line of code
description
:
Toast Library for Flutter, Easily create toast messages in single line of code
version
:
8.2.
1
version
:
8.2.
2
homepage
:
https://github.com/PonnamKarthik/FlutterToast
homepage
:
https://github.com/PonnamKarthik/FlutterToast
issue_tracker
:
https://github.com/ponnamkarthik/FlutterToast/issues
issue_tracker
:
https://github.com/ponnamkarthik/FlutterToast/issues
environment
:
environment
:
sdk
:
'
>=2.12.0
<
3
.0.0'
sdk
:
'
>=2.12.0
<
4
.0.0'
flutter
:
"
>=1.10.0"
flutter
:
"
>=1.10.0"
dependencies
:
dependencies
:
...
...
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