fluro/example/lib/config/application.dart

17 lines
369 B
Dart
Raw Normal View History

2017-05-14 01:01:02 -04:00
/*
* fluro
* Created by Yakka
* https://theyakka.com
*
* Copyright (c) 2019 Yakka, LLC. All rights reserved.
2017-05-14 01:01:02 -04:00
* See LICENSE for distribution and usage details.
*/
import 'package:fluro/fluro.dart';
import 'package:flutter/material.dart';
2017-05-14 00:28:28 -04:00
class Application {
static Router router;
static GlobalKey<NavigatorState> routerKey = GlobalKey<NavigatorState>();
2018-07-27 21:15:51 -04:00
}