Files
flutter-go/lib/routers/application.dart
jianping.xwh 94bd8510c0 merge devlop
2019-01-08 19:18:12 +08:00

14 lines
577 B
Dart

import 'package:fluro/fluro.dart';
import 'package:flutter/material.dart';
import '../widgets/index.dart';
class Application {
static Router router;
static TabController controller;
static Map<String, String> github = {
'widgetsURL':'https://github.com/alibaba-paimai-frontend/flutter-common-widgets-app/tree/develop/lib/widgets/',
//'develop':'https://github.com/alibaba-paimai-frontend/flutter-common-widgets-app/tree/develop/lib/widgets/',
//'master':'https://github.com/alibaba-paimai-frontend/flutter-common-widgets-app/tree/master/lib/widgets/'
};
}