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
Jonatas
2020-09-07 15:06:46 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
72db3ff88da19fe4689fe3d7fa59852e5e8229d8
72db3ff8
1 parent
d92bc47b
fix master
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
test/get_main_test.dart
test/get_main_test.dart
View file @
72db3ff
...
...
@@ -447,7 +447,7 @@ class FirstScreen extends StatelessWidget {
@override
Widget
build
(
BuildContext
context
)
{
return
Container
();
return
Container
(
child:
Text
(
'FirstScreen'
)
);
}
}
...
...
Please
register
or
login
to post a comment