| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- name: uitgaanskrant
- description: Wat ga jij dit weekend doen?
- # The following line prevents the package from being accidentally published to
- # pub.dev using `pub publish`. This is preferred for private packages.
- publish_to: 'none' # Remove this line if you wish to publish to pub.dev
- # The following defines the version and build number for your application.
- # A version number is three numbers separated by dots, like 1.2.43
- # followed by an optional build number separated by a +.
- # Both the version and the builder number may be overridden in flutter
- # build by specifying --build-name and --build-number, respectively.
- # In Android, build-name is used as versionName while build-number used as versionCode.
- # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
- # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
- # Read more about iOS versioning at
- # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
- version: 1.0.0+1
- environment:
- sdk: ">=3.0.0 <4.0.0"
- dependencies:
- flutter:
- sdk: flutter
- flutter_localizations:
- sdk: flutter
- flutter_web_plugins:
- sdk: flutter
- auto_size_text: 3.0.0
- cached_network_image: 3.4.1
- cached_network_image_platform_interface: 4.1.1
- cached_network_image_web: 1.3.1
- carousel_slider: 5.0.0
- collection: ^1.18.0
- cross_file: 0.3.5+1
- csv: 6.0.0
- debug_panel_proto:
- git:
- url: https://github.com/FlutterFlow/debug_panel_proto.git
- ref: v0.1.5
- dropdown_button2:
- git:
- url: https://github.com/FlutterFlow/dropdown_button2.git
- ref: 514178337dfbea442f617daed39c704b57593fc9
- path: packages/dropdown_button2
- easy_debounce: 2.0.1
- equatable: 2.0.7
- flutter_animate: 4.5.0
- flutter_cache_manager: 3.4.1
- flutter_html:
- flutter_secure_storage: 10.0.0-beta.4
- flutter_secure_storage_linux: 2.0.1
- flutter_secure_storage_macos: 4.0.0
- flutter_secure_storage_platform_interface: 2.0.1
- flutter_secure_storage_web: 2.0.0
- flutter_secure_storage_windows: 4.0.0
- flutter_spinkit: 5.2.0
- flutter_staggered_grid_view: 0.7.0
- flutter_widget_from_html:
- font_awesome_flutter: 10.7.0
- from_css_color: 2.0.0
- go_router: 12.1.3
- google_fonts: 6.3.3
- google_mobile_ads: 6.0.0
- http: 1.4.0
- infinite_scroll_pagination: 4.0.0
- intl: 0.20.2
- json_path: 0.7.2
- mime_type: 1.0.0
- page_transition: 2.1.0
- path_provider: 2.1.4
- path_provider_android: 2.2.10
- path_provider_foundation: 2.4.0
- path_provider_linux: 2.2.1
- path_provider_platform_interface: 2.1.2
- path_provider_windows: 2.3.0
- provider: 6.1.5
- share_plus: 10.0.2
- share_plus_platform_interface: 5.0.0
- shared_preferences: 2.5.3
- shared_preferences_android: 2.4.10
- shared_preferences_foundation: 2.5.4
- shared_preferences_linux: 2.4.1
- shared_preferences_platform_interface: 2.4.1
- shared_preferences_web: 2.4.3
- shared_preferences_windows: 2.4.1
- sqflite: 2.3.3+1
- sqflite_common: 2.5.4+3
- synchronized: 3.4.0
- timeago: 3.7.1
- url_launcher: 6.3.1
- url_launcher_android: 6.3.16
- url_launcher_ios: 6.3.3
- url_launcher_linux: 3.2.1
- url_launcher_macos: 3.2.2
- url_launcher_platform_interface: 2.3.2
- url_launcher_web: 2.4.1
- url_launcher_windows: 3.1.4
- # The following adds the Cupertino Icons font to your application.
- # Use with the CupertinoIcons class for iOS style icons.
- cupertino_icons: ^1.0.0
- dependency_overrides:
- http: 1.4.0
- pointer_interceptor: 0.10.1+2
- pointer_interceptor_ios: 0.10.1
- pointer_interceptor_platform_interface: 0.10.0+1
- pointer_interceptor_web: 0.10.2+1
- protobuf: 6.0.0
- uuid: ^4.0.0
- web: 1.1.0
- dev_dependencies:
- flutter_lints: 4.0.0
- flutterflow_debug_panel:
- git:
- url: https://github.com/FlutterFlow/debug_panel_devtool.git
- ref: v0.3.0
- lints: 4.0.0
- flutter_test:
- sdk: flutter
- # 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.
- 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:
- - assets/fonts/
- - assets/images/
- - assets/videos/
- - assets/audios/
- - assets/rive_animations/
- - assets/pdfs/
- - assets/jsons/
- # An image asset can refer to one or more resolution-specific "variants", see
- # https://flutter.dev/assets-and-images/#resolution-aware.
- # For details regarding adding assets from package dependencies, see
- # https://flutter.dev/assets-and-images/#from-packages
- # 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/custom-fonts/#from-packages
|