- introPage.dart: Convert fireItems to proper static function closure - mainDrawer.dart: Convert unreadCount int to String for Text widget
4 lines
No EOL
129 B
Dart
4 lines
No EOL
129 B
Dart
export 'appActions.dart';
|
|
export 'fireMapActions.dart';
|
|
export 'fireNotificationActions.dart';
|
|
export 'yourLocationActions.dart'; |