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.2.9
  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: 1.2.3
  44. appflowy_editor:
  45. git:
  46. url: https://github.com/AppFlowy-IO/appflowy-editor.git
  47. ref: 56474e8b
  48. appflowy_popover:
  49. path: packages/appflowy_popover
  50. # third party packages
  51. intl: ^0.18.0
  52. time: ^2.1.3
  53. equatable: ^2.0.5
  54. freezed_annotation: ^2.2.0
  55. get_it: ^7.6.0
  56. flutter_bloc: ^8.1.3
  57. flutter_math_fork:
  58. git:
  59. url: https://github.com/xazin/flutter_math_fork.git
  60. ref: de24059
  61. dartz: ^0.10.1
  62. provider: ^6.0.5
  63. path_provider: ^2.0.15
  64. sized_context: ^1.0.0+4
  65. styled_widget: ^0.4.1
  66. expandable: ^5.0.1
  67. flutter_colorpicker: ^1.0.3
  68. highlight: ^0.7.0
  69. package_info_plus: ^4.0.1
  70. url_launcher: ^6.1.11
  71. clipboard: ^0.1.3
  72. connectivity_plus: ^4.0.1
  73. connectivity_plus_platform_interface: ^1.2.2
  74. easy_localization: ^3.0.2
  75. textfield_tags: ^2.0.2
  76. device_info_plus: ^9.0.1
  77. fluttertoast: ^8.2.2
  78. json_annotation: ^4.8.1
  79. table_calendar: ^3.0.9
  80. reorderables: ^0.6.0
  81. linked_scroll_controller: ^0.2.0
  82. hotkey_manager: ^0.1.7
  83. fixnum: ^1.1.0
  84. flutter_svg: ^2.0.7
  85. protobuf: "2.0.0"
  86. charcode: ^1.3.1
  87. collection: ^1.17.1
  88. bloc: ^8.1.2
  89. shared_preferences: ^2.1.1
  90. google_fonts: ^4.0.5
  91. percent_indicator: ^4.2.3
  92. calendar_view: ^1.0.3
  93. window_manager: ^0.3.4
  94. http: ^1.0.0
  95. path: ^1.8.3
  96. mocktail: ^0.3.0
  97. archive: ^3.3.7
  98. nanoid: ^1.0.0
  99. supabase_flutter: ^1.10.4
  100. envied: ^0.3.0+3
  101. dotted_border: ^2.0.0+3
  102. url_protocol:
  103. hive: ^2.2.3
  104. hive_flutter: ^1.1.0
  105. super_clipboard: ^0.6.0
  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: e882842
  125. path: packages/supabase_flutter
  126. app_links:
  127. git:
  128. url: https://github.com/LucasXu0/app_links
  129. ref: f897e1d
  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