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
0094b97e
Commit
0094b97e
authored
Feb 20, 2023
by
Karthik Ponnam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to v8.2.0
parent
3b787879
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
example/pubspec.lock
+1
-1
lib/fluttertoast.dart
+1
-1
pubspec.lock
+1
-1
pubspec.yaml
+1
-1
No files found.
example/pubspec.lock
View file @
0094b97e
...
@@ -182,4 +182,4 @@ packages:
...
@@ -182,4 +182,4 @@ packages:
version: "2.1.4"
version: "2.1.4"
sdks:
sdks:
dart: ">=2.18.0 <3.0.0"
dart: ">=2.18.0 <3.0.0"
flutter: ">=
3.7
.0"
flutter: ">=
1.10
.0"
lib/fluttertoast.dart
View file @
0094b97e
...
@@ -163,7 +163,7 @@ class FToast {
...
@@ -163,7 +163,7 @@ class FToast {
}
}
var
_overlay
;
var
_overlay
;
try
{
try
{
var
_overlay
=
Overlay
.
of
(
context
!);
_overlay
=
Overlay
.
of
(
context
!);
}
catch
(
err
)
{
}
catch
(
err
)
{
removeQueuedCustomToasts
();
removeQueuedCustomToasts
();
throw
(
"""Error: Overlay is null.
throw
(
"""Error: Overlay is null.
...
...
pubspec.lock
View file @
0094b97e
...
@@ -66,4 +66,4 @@ packages:
...
@@ -66,4 +66,4 @@ packages:
version: "2.1.4"
version: "2.1.4"
sdks:
sdks:
dart: ">=2.17.0-0 <4.0.0"
dart: ">=2.17.0-0 <4.0.0"
flutter: ">=
3.7
.0"
flutter: ">=
1.10
.0"
pubspec.yaml
View file @
0094b97e
...
@@ -6,7 +6,7 @@ issue_tracker: https://github.com/ponnamkarthik/FlutterToast/issues
...
@@ -6,7 +6,7 @@ issue_tracker: https://github.com/ponnamkarthik/FlutterToast/issues
environment
:
environment
:
sdk
:
'
>=2.12.0
<3.0.0'
sdk
:
'
>=2.12.0
<3.0.0'
flutter
:
"
>=
3.7
.0"
flutter
:
"
>=
1.10
.0"
dependencies
:
dependencies
:
flutter
:
flutter
:
...
...
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