Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonny Borges
2020-01-07 22:01:37 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-01-07 22:01:37 -0300
Commit
149b2e56426375d9a10556855ffdb985361cd5f9
149b2e56
1 parent
0486ff0f
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
README.md
README.md
View file @
149b2e5
...
...
@@ -192,9 +192,7 @@ class FirstRoute extends StatelessWidget {
icon:
Icon
(
Icons
.
add
),
onPressed:
()
{
GetBar
(
title:
"Hey i'm a Get SnackBar!"
,
message:
"It's unbelievable! I'm using SnackBar without context, without boilerplate, without Scaffold, it is something truly amazing!"
,
title:
"Hi!"
,
message:
"i'm a Get SnackBar!"
,
duration:
Duration
(
seconds:
3
),
)..
show
();
},
...
...
Please
register
or
login
to post a comment