More redux and api work
This commit is contained in:
parent
866e776389
commit
2c67b68512
17 changed files with 256 additions and 11 deletions
|
|
@ -1,7 +1,14 @@
|
|||
import 'package:redux_logging/redux_logging.dart';
|
||||
|
||||
import 'globals.dart' as globals;
|
||||
import 'mainCommon.dart';
|
||||
|
||||
void main() {
|
||||
globals.isDevelopment = true;
|
||||
mainCommon();
|
||||
}
|
||||
|
||||
List devMiddlewares = [
|
||||
new LoggingMiddleware(formatter: LoggingMiddleware.multiLineFormatter)
|
||||
];
|
||||
|
||||
mainCommon(devMiddlewares);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue