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
mohak852
2020-09-16 13:18:02 +0530
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8c5c9fc1c6c7291f13263568e9a873343302fd51
8c5c9fc1
1 parent
c191b43b
removed the sample app
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
example/lib/pages/home/presentation/views/home_view.dart
example/lib/pages/home/presentation/views/home_view.dart
View file @
8c5c9fc
...
...
@@ -44,23 +44,6 @@ class HomeView extends GetView<HomeController> {
fontSize:
30
,
),
),
RaisedButton
(
child:
Text
(
"data"
),
onPressed:
(){
Get
.
bottomSheet
(
BottomSheet
(
onClosing:
(){},
backgroundColor:
Colors
.
amber
,
builder:
(
context
)
{
return
Container
(
height:
50
,
color:
Colors
.
amber
,
);
},
),
persistent:
false
);
}),
Text
(
'
${controller.cases.value.global.totalConfirmed}
'
,
style:
TextStyle
(
fontSize:
45
,
fontWeight:
FontWeight
.
bold
),
...
...
Please
register
or
login
to post a comment