File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import 'package:image_picker/image_picker.dart';
55import 'package:piwigo_ng/services/app_providers.dart' ;
66import 'package:piwigo_ng/services/preferences_service.dart' ;
77import 'package:piwigo_ng/utils/overscroll_behavior.dart' ;
8- import 'package:piwigo_ng/utils/page_routes.dart' ;
98import 'package:piwigo_ng/utils/themes.dart' ;
109import 'package:piwigo_ng/views/album/album_view_page.dart' ;
1110import 'package:piwigo_ng/views/album/root_album_view_page.dart' ;
@@ -92,7 +91,6 @@ Route<dynamic> generateRoute(RouteSettings settings) {
9291 settings: settings,
9392 );
9493 }
95- Iterable <String > routePath = settings.name! .split ('/' ).where ((path) => path != '' );
9694
9795 switch (settings.name) {
9896 case LoginViewPage .routeName:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A Piwigo Android application
33
44publish_to : ' none' # Remove this line if you wish to publish to pub.dev
55
6- version : 2.0.1 -beta+201
6+ version : 2.0.2 -beta+202
77
88environment :
99 sdk : " >=2.17.6 <3.0.0"
You can’t perform that action at this time.
0 commit comments