rsflutterapp

Bahnhofsfoto-App for Android and iOS using Flutter
git clone git://archive.git.mtrnord.blog/MTRNord/rsflutterapp.git
Log | Files | Refs | README

ModeNameSize
-rw-r--r--.github/workflows/flutter.yml81L
-rw-r--r--.gitignore37L
-rw-r--r--.metadata10L
-rw-r--r--README.md43L
-rw-r--r--analysis_options.yaml11L
-rw-r--r--android/.gitignore7L
-rw-r--r--android/app/build.gradle74L
-rw-r--r--android/app/src/debug/AndroidManifest.xml11L
-rw-r--r--android/app/src/main/AndroidManifest.xml59L
-rw-r--r--android/app/src/main/kotlin/de/bahnhoefe/deutschlands/bahnhofsfotos/MainActivity.kt12L
-rw-r--r--android/app/src/main/res/drawable/launch_background.xml12L
-rw-r--r--android/app/src/main/res/mipmap-hdpi/ic_launcher.png6817B
-rw-r--r--android/app/src/main/res/mipmap-mdpi/ic_launcher.png3017B
-rw-r--r--android/app/src/main/res/mipmap-xhdpi/ic_launcher.png6969B
-rw-r--r--android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png10968B
-rw-r--r--android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png14983B
-rw-r--r--android/app/src/main/res/values/styles.xml18L
-rw-r--r--android/app/src/profile/AndroidManifest.xml11L
-rw-r--r--android/build.gradle31L
-rw-r--r--android/gradle.properties4L
-rw-r--r--android/gradle/wrapper/gradle-wrapper.properties6L
-rw-r--r--android/settings.gradle15L
-rw-r--r--assets/crown_bronze.svg61L
-rw-r--r--assets/crown_gold.svg61L
-rw-r--r--assets/crown_silver.svg61L
-rw-r--r--ios/.gitignore32L
-rw-r--r--ios/Flutter/AppFrameworkInfo.plist26L
-rw-r--r--ios/Flutter/Debug.xcconfig1L
-rw-r--r--ios/Flutter/Release.xcconfig1L
-rw-r--r--ios/Runner.xcodeproj/project.pbxproj518L
-rw-r--r--ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata7L
-rw-r--r--ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme91L
-rw-r--r--ios/Runner.xcworkspace/contents.xcworkspacedata7L
-rw-r--r--ios/Runner/AppDelegate.swift13L
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json116L
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png1070B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x-1.png2440B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png2440B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png4027B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png1683B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x-1.png3824B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png3824B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png6234B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png2440B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x-1.png5538B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png5538B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png9125B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x-1.png9125B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png14021B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png5246B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png11832B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png12947B
-rw-r--r--ios/Runner/Assets.xcassets/AppIcon.appiconset/Logo.png491224B
-rw-r--r--ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json23L
-rw-r--r--ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png68B
-rw-r--r--ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png68B
-rw-r--r--ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png68B
-rw-r--r--ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md5L
-rw-r--r--ios/Runner/Base.lproj/LaunchScreen.storyboard37L
-rw-r--r--ios/Runner/Base.lproj/Main.storyboard26L
-rw-r--r--ios/Runner/Info.plist49L
-rw-r--r--ios/Runner/Runner-Bridging-Header.h1L
-rw-r--r--lib/blocs/AuthenticationBloc.dart44L
-rw-r--r--lib/blocs/LoginBloc.dart42L
-rw-r--r--lib/blocs/MapBloc.dart34L
-rw-r--r--lib/components/LoadingIndicator.dart8L
-rw-r--r--lib/components/LoginForm.dart75L
-rw-r--r--lib/components/SearchBar.dart86L
-rw-r--r--lib/events/AuthenticationEvent.dart25L
-rw-r--r--lib/events/LoginEvent.dart23L
-rw-r--r--lib/events/MapEvent.dart17L
-rw-r--r--lib/main.dart87L
-rw-r--r--lib/models/countries.dart80L
-rw-r--r--lib/models/models.dart2L
-rw-r--r--lib/models/stations.dart73L
-rw-r--r--lib/repos/RailwayStationsApiClient.dart58L
-rw-r--r--lib/repos/RailwayStationsRepository.dart23L
-rw-r--r--lib/repos/UserRepository.dart29L
-rw-r--r--lib/repos/repositories.dart1L
-rw-r--r--lib/states/AuthenticationState.dart14L
-rw-r--r--lib/states/LoginState.dart25L
-rw-r--r--lib/states/MapState.dart26L
-rw-r--r--lib/views/DetailsPage.dart147L
-rw-r--r--lib/views/HomePage.dart107L
-rw-r--r--lib/views/LoginPage.dart36L
-rw-r--r--lib/views/SplashPage.dart14L
-rw-r--r--lib/views/tabs/MapTab.dart175L
-rw-r--r--lib/views/tabs/RankingsTab.dart180L
-rw-r--r--lib/views/tabs/SettingsTab.dart78L
-rw-r--r--lib/views/tabs/StationsTab.dart141L
-rw-r--r--pubspec.lock729L
-rw-r--r--pubspec.yaml92L
-rw-r--r--test/utils.dart121L
-rw-r--r--test/widget_test.dart1L
-rw-r--r--test_driver/app.dart11L
-rw-r--r--test_driver/app_test.dart48L
-rw-r--r--web/icons/Icon-192.png14983B
-rw-r--r--web/index.html30L
-rw-r--r--web/manifest.json18L