fluro/example/lib/main.dart

13 lines
296 B
Dart
Raw Normal View History

2017-05-14 00:28:28 -04:00
/*
2017-05-14 01:01:02 -04:00
* fluro
2017-05-14 00:28:28 -04:00
* A Posse Production
* http://goposse.com
* Copyright (c) 2017 Posse Productions LLC. All rights reserved.
* See LICENSE for distribution and usage details.
*/
import 'package:flutter/material.dart';
import 'package:router_example/app.dart';
void main() {
runApp(new App());
}