fluro/lib/router.dart

16 lines
395 B
Dart
Raw Normal View History

2017-05-04 15:33:40 -04:00
/*
* router
* A Posse Production
* http://goposse.com
* Copyright (c) 2017 Posse Productions LLC. All rights reserved.
* See LICENSE for distribution and usage details.
*/
2017-04-25 03:24:14 -04:00
library router;
import 'package:flutter/foundation.dart';
import 'package:flutter/src/material/page.dart';
import 'package:flutter/widgets.dart';
part 'src/common.dart';
part 'src/router.dart';
part 'src/tree.dart';