pubspec.yaml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. name: appflowy
  2. description: A new Flutter project.
  3. # The following line prevents the package from being accidentally published to
  4. # pub.dev using `flutter 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: 0.3.3
  17. environment:
  18. sdk: ">=3.0.0 <4.0.0"
  19. # Dependencies specify other packages that your package needs in order to work.
  20. # To automatically upgrade your package dependencies to the latest versions
  21. # consider running `flutter pub upgrade --major-versions`. Alternatively,
  22. # dependencies can be manually updated by changing the version numbers below to
  23. # the latest version available on pub.dev. To see which dependencies have newer
  24. # versions available, run `flutter pub outdated`.
  25. dependencies:
  26. flutter:
  27. sdk: flutter
  28. flutter_localizations:
  29. sdk: flutter
  30. appflowy_backend:
  31. path: packages/appflowy_backend
  32. flowy_infra_ui:
  33. path: packages/flowy_infra_ui
  34. flowy_infra:
  35. path: packages/flowy_infra
  36. flowy_svg:
  37. path: packages/flowy_svg
  38. appflowy_board:
  39. # path: packages/appflowy_board
  40. git:
  41. url: https://github.com/AppFlowy-IO/appflowy-board.git
  42. ref: a183c57
  43. appflowy_editor:
  44. git:
  45. url: https://github.com/AppFlowy-IO/appflowy-editor.git
  46. ref: b422187
  47. appflowy_popover:
  48. path: packages/appflowy_popover
  49. # third party packages
  50. intl: ^0.18.0
  51. time: ^2.1.3
  52. equatable: ^2.0.5
  53. freezed_annotation: ^2.2.0
  54. get_it: ^7.6.0
  55. flutter_bloc: ^8.1.3
  56. flutter_math_fork:
  57. git:
  58. url: https://github.com/xazin/flutter_math_fork.git
  59. ref: de24059
  60. dartz: ^0.10.1
  61. provider: ^6.0.5
  62. path_provider: ^2.0.15
  63. sized_context: ^1.0.0+4
  64. styled_widget: ^0.4.1
  65. expandable: ^5.0.1
  66. flutter_colorpicker: ^1.0.3
  67. highlight: ^0.7.0
  68. package_info_plus: ^4.0.1
  69. url_launcher: ^6.1.11
  70. clipboard: ^0.1.3
  71. connectivity_plus: ^4.0.1
  72. connectivity_plus_platform_interface: ^1.2.2
  73. easy_localization: ^3.0.2
  74. textfield_tags: ^2.0.2
  75. device_info_plus: ^9.0.1
  76. fluttertoast: ^8.2.2
  77. json_annotation: ^4.8.1
  78. table_calendar: ^3.0.9
  79. reorderables: ^0.6.0
  80. linked_scroll_controller: ^0.2.0
  81. hotkey_manager: ^0.1.7
  82. fixnum: ^1.1.0
  83. flutter_svg: ^2.0.7
  84. protobuf: "2.0.0"
  85. charcode: ^1.3.1
  86. collection: ^1.17.1
  87. bloc: ^8.1.2
  88. shared_preferences: ^2.1.1
  89. google_fonts: ^4.0.5
  90. percent_indicator: ^4.2.3
  91. calendar_view: ^1.0.3
  92. window_manager: ^0.3.4
  93. http: ^1.0.0
  94. path: ^1.8.3
  95. mocktail: ^0.3.0
  96. archive: ^3.3.7
  97. nanoid: ^1.0.0
  98. supabase_flutter: ^1.10.4
  99. envied: ^0.3.0+3
  100. dotted_border: ^2.0.0+3
  101. url_protocol:
  102. hive: ^2.2.3
  103. hive_flutter: ^1.1.0
  104. super_clipboard: ^0.6.3
  105. go_router: ^10.1.2
  106. dev_dependencies:
  107. flutter_lints: ^2.0.1
  108. flutter_test:
  109. sdk: flutter
  110. integration_test:
  111. sdk: flutter
  112. build_runner: ^2.4.4
  113. freezed: ^2.3.4
  114. bloc_test: ^9.1.2
  115. json_serializable: ^6.7.0
  116. envied_generator: ^0.3.0+3
  117. plugin_platform_interface: any
  118. url_launcher_platform_interface: any
  119. dependency_overrides:
  120. http: ^1.0.0
  121. supabase_flutter:
  122. git:
  123. url: https://github.com/LucasXu0/supabase-flutter
  124. ref: 852119e
  125. path: packages/supabase_flutter
  126. app_links:
  127. git:
  128. url: https://github.com/LucasXu0/app_links
  129. ref: c64ce17
  130. url_protocol:
  131. git:
  132. url: https://github.com/LucasXu0/flutter_url_protocol.git
  133. commit: 77a8420
  134. # The "flutter_lints" package below contains a set of recommended lints to
  135. # encourage good coding practices. The lint set provided by the package is
  136. # activated in the `analysis_options.yaml` file located at the root of your
  137. # package. See that file for information about deactivating specific lint
  138. # rules and activating additional ones.
  139. # For information on the generic Dart part of this file, see the
  140. # following page: https://dart.dev/tools/pub/pubspec
  141. # The following section is specific to Flutter.
  142. flutter:
  143. # Automatic code generation for l10n and i18n
  144. generate: true
  145. # The following line ensures that the Material Icons font is
  146. # included with your application, so that you can use the icons in
  147. # the material Icons class.
  148. uses-material-design: true
  149. fonts:
  150. - family: FlowyIconData
  151. fonts:
  152. - asset: assets/fonts/FlowyIconData.ttf
  153. - family: Poppins
  154. fonts:
  155. - asset: assets/google_fonts/Poppins/Poppins-ExtraLight.ttf
  156. weight: 100
  157. - asset: assets/google_fonts/Poppins/Poppins-Thin.ttf
  158. weight: 200
  159. - asset: assets/google_fonts/Poppins/Poppins-Light.ttf
  160. weight: 300
  161. - asset: assets/google_fonts/Poppins/Poppins-Regular.ttf
  162. weight: 400
  163. - asset: assets/google_fonts/Poppins/Poppins-Medium.ttf
  164. weight: 500
  165. - asset: assets/google_fonts/Poppins/Poppins-SemiBold.ttf
  166. weight: 600
  167. - asset: assets/google_fonts/Poppins/Poppins-Bold.ttf
  168. weight: 700
  169. - asset: assets/google_fonts/Poppins/Poppins-Black.ttf
  170. weight: 800
  171. - asset: assets/google_fonts/Poppins/Poppins-ExtraBold.ttf
  172. weight: 900
  173. # To add assets to your application, add an assets section, like this:
  174. assets:
  175. - assets/images/
  176. - assets/flowy_icons/
  177. - assets/flowy_icons/16x/
  178. - assets/flowy_icons/24x/
  179. - assets/flowy_icons/32x/
  180. - assets/flowy_icons/40x/
  181. - assets/images/emoji/
  182. - assets/images/login/
  183. - assets/translations/
  184. # The following assets will be excluded in release.
  185. # BEGIN: EXCLUDE_IN_RELEASE
  186. - assets/test/workspaces/
  187. - assets/test/images/
  188. - assets/template/
  189. - assets/test/workspaces/markdowns/
  190. - assets/test/workspaces/database/
  191. # END: EXCLUDE_IN_RELEASE