Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gmd_flutter
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile
gmd_flutter
Commits
80c34f87
Commit
80c34f87
authored
Apr 11, 2019
by
jinzhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5403aec5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
main.dart
lib/main.dart
+2
-0
pubspec.yaml
pubspec.yaml
+2
-0
No files found.
lib/main.dart
View file @
80c34f87
...
@@ -4,6 +4,7 @@ import 'Home/HomePage.dart';
...
@@ -4,6 +4,7 @@ import 'Home/HomePage.dart';
import
'Message/MessagePage.dart'
;
import
'Message/MessagePage.dart'
;
import
'Mine/MinePage.dart'
;
import
'Mine/MinePage.dart'
;
import
'Order/OrderPage.dart'
;
import
'Order/OrderPage.dart'
;
// import 'OXDemo/ConsultlistView.dart';
void
main
(
)
=>
runApp
(
App
());
void
main
(
)
=>
runApp
(
App
());
...
@@ -64,6 +65,7 @@ class HomeState extends State<Home> {
...
@@ -64,6 +65,7 @@ class HomeState extends State<Home> {
new
HomePage
(),
new
HomePage
(),
new
OrderPage
(),
new
OrderPage
(),
new
MessagePage
(),
new
MessagePage
(),
// new ListViewPage(),
new
MinePage
()
new
MinePage
()
];
];
if
(
tabImages
==
null
)
{
if
(
tabImages
==
null
)
{
...
...
pubspec.yaml
View file @
80c34f87
...
@@ -23,6 +23,8 @@ dependencies:
...
@@ -23,6 +23,8 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons
:
^0.1.2
cupertino_icons
:
^0.1.2
# english_words: ^3.1.0 #todo test
dev_dependencies
:
dev_dependencies
:
flutter_test
:
flutter_test
:
...
...
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