pubspec.yaml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. name: uitgaanskrant
  2. description: Wat ga jij dit weekend doen?
  3. # The following line prevents the package from being accidentally published to
  4. # pub.dev using `pub publish`. This is preferred for private packages.
  5. publish_to: 'none' # Remove this line if you wish to publish to pub.dev
  6. # The following defines the version and build number for your application.
  7. # A version number is three numbers separated by dots, like 1.2.43
  8. # followed by an optional build number separated by a +.
  9. # Both the version and the builder number may be overridden in flutter
  10. # build by specifying --build-name and --build-number, respectively.
  11. # In Android, build-name is used as versionName while build-number used as versionCode.
  12. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
  13. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
  14. # Read more about iOS versioning at
  15. # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
  16. version: 1.0.0+1
  17. environment:
  18. sdk: ">=3.0.0 <4.0.0"
  19. dependencies:
  20. flutter:
  21. sdk: flutter
  22. flutter_localizations:
  23. sdk: flutter
  24. flutter_web_plugins:
  25. sdk: flutter
  26. aligned_tooltip: 0.0.1
  27. auto_size_text: 3.0.0
  28. cached_network_image: 3.4.1
  29. cached_network_image_platform_interface: 4.1.1
  30. cached_network_image_web: 1.3.1
  31. carousel_slider: 5.0.0
  32. collection: ^1.18.0
  33. cross_file: 0.3.5+1
  34. csv: 6.0.0
  35. debug_panel_proto:
  36. git:
  37. url: https://github.com/FlutterFlow/debug_panel_proto.git
  38. ref: v0.1.5
  39. dropdown_button2:
  40. git:
  41. url: https://github.com/FlutterFlow/dropdown_button2.git
  42. ref: 514178337dfbea442f617daed39c704b57593fc9
  43. path: packages/dropdown_button2
  44. easy_debounce: 2.0.1
  45. equatable: 2.0.7
  46. fetch_api: 2.2.0
  47. fetch_client: 1.1.2
  48. flutter_animate: 4.5.0
  49. flutter_blurhash: 0.9.1
  50. flutter_cache_manager: 3.4.1
  51. flutter_html:
  52. flutter_secure_storage: 10.0.0-beta.4
  53. flutter_secure_storage_linux: 2.0.1
  54. flutter_secure_storage_macos: 4.0.0
  55. flutter_secure_storage_platform_interface: 2.0.1
  56. flutter_secure_storage_web: 2.0.0
  57. flutter_secure_storage_windows: 4.0.0
  58. flutter_spinkit: 5.2.0
  59. flutter_staggered_grid_view: 0.7.0
  60. flutter_widget_from_html:
  61. font_awesome_flutter: 10.7.0
  62. from_css_color: 2.0.0
  63. go_router: 12.1.3
  64. google_fonts: 6.3.3
  65. google_mobile_ads: 6.0.0
  66. http: 1.4.0
  67. infinite_scroll_pagination: 4.0.0
  68. intl: 0.20.2
  69. json_path: 0.7.2
  70. mime_type: 1.0.0
  71. octo_image: 2.1.0
  72. page_transition: 2.1.0
  73. path_provider: 2.1.4
  74. path_provider_android: 2.2.10
  75. path_provider_foundation: 2.4.0
  76. path_provider_linux: 2.2.1
  77. path_provider_platform_interface: 2.1.2
  78. path_provider_windows: 2.3.0
  79. provider: 6.1.5
  80. share_plus: 10.0.2
  81. share_plus_platform_interface: 5.0.0
  82. shared_preferences: 2.5.3
  83. shared_preferences_android: 2.4.10
  84. shared_preferences_foundation: 2.5.4
  85. shared_preferences_linux: 2.4.1
  86. shared_preferences_platform_interface: 2.4.1
  87. shared_preferences_web: 2.4.3
  88. shared_preferences_windows: 2.4.1
  89. sqflite: 2.3.3+1
  90. sqflite_common: 2.5.4+3
  91. synchronized: 3.4.0
  92. timeago: 3.7.1
  93. url_launcher: 6.3.1
  94. url_launcher_android: 6.3.16
  95. url_launcher_ios: 6.3.3
  96. url_launcher_linux: 3.2.1
  97. url_launcher_macos: 3.2.2
  98. url_launcher_platform_interface: 2.3.2
  99. url_launcher_web: 2.4.1
  100. url_launcher_windows: 3.1.4
  101. # The following adds the Cupertino Icons font to your application.
  102. # Use with the CupertinoIcons class for iOS style icons.
  103. cupertino_icons: ^1.0.0
  104. dependency_overrides:
  105. http: 1.4.0
  106. pointer_interceptor: 0.10.1+2
  107. pointer_interceptor_ios: 0.10.1
  108. pointer_interceptor_platform_interface: 0.10.0+1
  109. pointer_interceptor_web: 0.10.2+1
  110. protobuf: 6.0.0
  111. uuid: ^4.0.0
  112. web: 1.1.0
  113. dev_dependencies:
  114. flutter_lints: 4.0.0
  115. flutterflow_debug_panel:
  116. git:
  117. url: https://github.com/FlutterFlow/debug_panel_devtool.git
  118. ref: v0.3.0
  119. lints: 4.0.0
  120. flutter_test:
  121. sdk: flutter
  122. # For information on the generic Dart part of this file, see the
  123. # following page: https://dart.dev/tools/pub/pubspec
  124. # The following section is specific to Flutter.
  125. flutter:
  126. # The following line ensures that the Material Icons font is
  127. # included with your application, so that you can use the icons in
  128. # the material Icons class.
  129. uses-material-design: true
  130. # To add assets to your application, add an assets section, like this:
  131. assets:
  132. - assets/fonts/
  133. - assets/images/
  134. - assets/videos/
  135. - assets/audios/
  136. - assets/rive_animations/
  137. - assets/pdfs/
  138. - assets/jsons/
  139. # An image asset can refer to one or more resolution-specific "variants", see
  140. # https://flutter.dev/assets-and-images/#resolution-aware.
  141. # For details regarding adding assets from package dependencies, see
  142. # https://flutter.dev/assets-and-images/#from-packages
  143. # To add custom fonts to your application, add a fonts section here,
  144. # in this "flutter" section. Each entry in this list should have a
  145. # "family" key with the font family name, and a "fonts" key with a
  146. # list giving the asset and other descriptors for the font. For
  147. # example:
  148. # fonts:
  149. # - family: Schyler
  150. # fonts:
  151. # - asset: fonts/Schyler-Regular.ttf
  152. # - asset: fonts/Schyler-Italic.ttf
  153. # style: italic
  154. # - family: Trajan Pro
  155. # fonts:
  156. # - asset: fonts/TrajanPro.ttf
  157. # - asset: fonts/TrajanPro_Bold.ttf
  158. # weight: 700
  159. #
  160. # For details regarding fonts from package dependencies,
  161. # see https://flutter.dev/custom-fonts/#from-packages