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
cdb4c960
Commit
cdb4c960
authored
Jul 30, 2020
by
Karthik Ponnam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ios Keyboard issue
parent
48b62dea
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
33 additions
and
14 deletions
+33
-14
CHANGELOG.md
+4
-0
README.md
+1
-1
example/ios/Flutter/flutter_export_environment.sh
+2
-1
example/pubspec.lock
+15
-8
pubspec.lock
+10
-3
pubspec.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
cdb4c960
## [7.0.2]
-
iOS Toast behind keyboard fixed. #203
## [7.0.1+1]
## [7.0.1+1]
-
Readme Updated
-
Readme Updated
...
...
README.md
View file @
cdb4c960
...
@@ -32,7 +32,7 @@ This one has limited features and no control over UI
...
@@ -32,7 +32,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
:
^7.0.
1
fluttertoast
:
^7.0.
2
```
```
```
dart
```
dart
...
...
example/ios/Flutter/flutter_export_environment.sh
View file @
cdb4c960
#!/bin/sh
#!/bin/sh
# This is a generated file; do not edit or check into version control.
# This is a generated file; do not edit or check into version control.
export
"FLUTTER_ROOT=C:
\U
sers
\p
onna
\D
esktop
\s
dk
\f
lutter"
export
"FLUTTER_ROOT=C:
\U
sers
\p
onna
\D
esktop
\s
dk
\f
lutter"
export
"FLUTTER_APPLICATION_PATH=C:
\U
sers
\p
onna
\D
esktop
\m
y
\p
lugins
\
F
lutterT
oast
\e
xample"
export
"FLUTTER_APPLICATION_PATH=C:
\U
sers
\p
onna
\D
esktop
\m
y
\p
lugins
\
f
luttert
oast
\e
xample"
export
"FLUTTER_TARGET=lib
\m
ain.dart"
export
"FLUTTER_TARGET=lib
\m
ain.dart"
export
"FLUTTER_BUILD_DIR=build"
export
"FLUTTER_BUILD_DIR=build"
export
"SYMROOT=
${
SOURCE_ROOT
}
/../build
\i
os"
export
"SYMROOT=
${
SOURCE_ROOT
}
/../build
\i
os"
...
@@ -12,3 +12,4 @@ export "FLUTTER_BUILD_NUMBER=1"
...
@@ -12,3 +12,4 @@ export "FLUTTER_BUILD_NUMBER=1"
export
"DART_OBFUSCATION=false"
export
"DART_OBFUSCATION=false"
export
"TRACK_WIDGET_CREATION=false"
export
"TRACK_WIDGET_CREATION=false"
export
"TREE_SHAKE_ICONS=false"
export
"TREE_SHAKE_ICONS=false"
export
"PACKAGE_CONFIG=.packages"
example/pubspec.lock
View file @
cdb4c960
...
@@ -7,7 +7,7 @@ packages:
...
@@ -7,7 +7,7 @@ packages:
name: async
name: async
url: "https://pub.dartlang.org"
url: "https://pub.dartlang.org"
source: hosted
source: hosted
version: "2.4.
1
"
version: "2.4.
2
"
boolean_selector:
boolean_selector:
dependency: transitive
dependency: transitive
description:
description:
...
@@ -15,6 +15,13 @@ packages:
...
@@ -15,6 +15,13 @@ packages:
url: "https://pub.dartlang.org"
url: "https://pub.dartlang.org"
source: hosted
source: hosted
version: "2.0.0"
version: "2.0.0"
characters:
dependency: transitive
description:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
charcode:
charcode:
dependency: transitive
dependency: transitive
description:
description:
...
@@ -35,7 +42,7 @@ packages:
...
@@ -35,7 +42,7 @@ packages:
name: collection
name: collection
url: "https://pub.dartlang.org"
url: "https://pub.dartlang.org"
source: hosted
source: hosted
version: "1.14.1
2
"
version: "1.14.1
3
"
cupertino_icons:
cupertino_icons:
dependency: "direct main"
dependency: "direct main"
description:
description:
...
@@ -71,14 +78,14 @@ packages:
...
@@ -71,14 +78,14 @@ packages:
path: ".."
path: ".."
relative: true
relative: true
source: path
source: path
version: "7.0.
1+1
"
version: "7.0.
2
"
matcher:
matcher:
dependency: transitive
dependency: transitive
description:
description:
name: matcher
name: matcher
url: "https://pub.dartlang.org"
url: "https://pub.dartlang.org"
source: hosted
source: hosted
version: "0.12.
6
"
version: "0.12.
8
"
meta:
meta:
dependency: transitive
dependency: transitive
description:
description:
...
@@ -111,7 +118,7 @@ packages:
...
@@ -111,7 +118,7 @@ packages:
name: stack_trace
name: stack_trace
url: "https://pub.dartlang.org"
url: "https://pub.dartlang.org"
source: hosted
source: hosted
version: "1.9.
3
"
version: "1.9.
5
"
stream_channel:
stream_channel:
dependency: transitive
dependency: transitive
description:
description:
...
@@ -139,14 +146,14 @@ packages:
...
@@ -139,14 +146,14 @@ packages:
name: test_api
name: test_api
url: "https://pub.dartlang.org"
url: "https://pub.dartlang.org"
source: hosted
source: hosted
version: "0.2.1
6
"
version: "0.2.1
7
"
typed_data:
typed_data:
dependency: transitive
dependency: transitive
description:
description:
name: typed_data
name: typed_data
url: "https://pub.dartlang.org"
url: "https://pub.dartlang.org"
source: hosted
source: hosted
version: "1.
1.6
"
version: "1.
2.0
"
vector_math:
vector_math:
dependency: transitive
dependency: transitive
description:
description:
...
@@ -155,5 +162,5 @@ packages:
...
@@ -155,5 +162,5 @@ packages:
source: hosted
source: hosted
version: "2.0.8"
version: "2.0.8"
sdks:
sdks:
dart: ">=2.
7.0
<3.0.0"
dart: ">=2.
9.0-14.0.dev
<3.0.0"
flutter: ">=1.10.0"
flutter: ">=1.10.0"
pubspec.lock
View file @
cdb4c960
# Generated by pub
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
packages:
characters:
dependency: transitive
description:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
collection:
collection:
dependency: transitive
dependency: transitive
description:
description:
name: collection
name: collection
url: "https://pub.dartlang.org"
url: "https://pub.dartlang.org"
source: hosted
source: hosted
version: "1.14.1
2
"
version: "1.14.1
3
"
flutter:
flutter:
dependency: "direct main"
dependency: "direct main"
description: flutter
description: flutter
...
@@ -36,7 +43,7 @@ packages:
...
@@ -36,7 +43,7 @@ packages:
name: typed_data
name: typed_data
url: "https://pub.dartlang.org"
url: "https://pub.dartlang.org"
source: hosted
source: hosted
version: "1.
1.6
"
version: "1.
2.0
"
vector_math:
vector_math:
dependency: transitive
dependency: transitive
description:
description:
...
@@ -45,5 +52,5 @@ packages:
...
@@ -45,5 +52,5 @@ packages:
source: hosted
source: hosted
version: "2.0.8"
version: "2.0.8"
sdks:
sdks:
dart: ">=2.
7.0
<3.0.0"
dart: ">=2.
9.0-14.0.dev
<3.0.0"
flutter: ">=1.10.0"
flutter: ">=1.10.0"
pubspec.yaml
View file @
cdb4c960
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
:
7.0.
1+1
version
:
7.0.
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
...
...
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