name: geutebruck_app description: "GeViAPI - Video Management System Control Application" publish_to: 'none' version: 1.0.0+1 environment: sdk: ^3.6.0 dependencies: flutter: sdk: flutter # UI cupertino_icons: ^1.0.8 # HTTP & API dio: ^5.7.0 http: ^1.2.2 # State Management flutter_bloc: ^8.1.6 equatable: ^2.0.5 # Routing go_router: ^14.6.2 # Local Storage shared_preferences: ^2.3.3 flutter_secure_storage: ^9.2.2 hive: ^2.2.3 hive_flutter: ^1.1.0 path_provider: ^2.1.4 # Dependency Injection get_it: ^8.0.2 # Utilities intl: ^0.19.0 dartz: ^0.10.1 uuid: ^4.5.1 dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^5.0.0 hive_generator: ^2.0.1 build_runner: ^2.4.13 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec # The following section is specific to Flutter packages. flutter: # The following line ensures that the Material Icons font is # included with your application, so that you can use the icons in # the material Icons class. uses-material-design: true # To add assets to your application, add an assets section, like this: # assets: # - images/a_dot_burr.jpeg # - images/a_dot_ham.jpeg # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/to/resolution-aware-images # For details regarding adding assets from package dependencies, see # https://flutter.dev/to/asset-from-package # To add custom fonts to your application, add a fonts section here, # in this "flutter" section. Each entry in this list should have a # "family" key with the font family name, and a "fonts" key with a # list giving the asset and other descriptors for the font. For # example: # fonts: # - family: Schyler # fonts: # - asset: fonts/Schyler-Regular.ttf # - asset: fonts/Schyler-Italic.ttf # style: italic # - family: Trajan Pro # fonts: # - asset: fonts/TrajanPro.ttf # - asset: fonts/TrajanPro_Bold.ttf # weight: 700 # # For details regarding fonts from package dependencies, # see https://flutter.dev/to/font-from-package