- /*
- * router
- * 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());
- }
|