This website requires JavaScript.
Explore
Help
Sign in
jmug
/
do_more
Watch
1
Star
0
Fork
You've already forked do_more
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ac5f4906d1
do_more
/
lib
/
main.dart
8 lines
99 B
Dart
Raw
Normal View
History
Unescape
Escape
Created flutter base app
2019-02-20 21:12:32 -06:00
import
'
package:flutter/material.dart
'
;
Removed the flutter example code
2019-02-20 21:39:23 -06:00
import
'
src/App.dart
'
;
Created flutter base app
2019-02-20 21:12:32 -06:00
Test for the firebase storage provider
2019-02-27 18:34:24 -06:00
main
(
)
async
{
runApp
(
App
(
)
)
;
}
Reference in a new issue
Copy permalink