pubspec.yaml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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. git:
  104. url: https://github.com/LucasXu0/flutter_url_protocol.git
  105. commit: 77a8420
  106. hive: ^2.2.3
  107. hive_flutter: ^1.1.0
  108. dev_dependencies:
  109. flutter_lints: ^2.0.1
  110. flutter_test:
  111. sdk: flutter
  112. integration_test:
  113. sdk: flutter
  114. build_runner: ^2.4.4
  115. freezed: ^2.3.4
  116. bloc_test: ^9.1.2
  117. json_serializable: ^6.7.0
  118. envied_generator: ^0.3.0+3
  119. plugin_platform_interface: any
  120. url_launcher_platform_interface: any
  121. dependency_overrides:
  122. http: ^1.0.0
  123. # The "flutter_lints" package below contains a set of recommended lints to
  124. # encourage good coding practices. The lint set provided by the package is
  125. # activated in the `analysis_options.yaml` file located at the root of your
  126. # package. See that file for information about deactivating specific lint
  127. # rules and activating additional ones.
  128. # For information on the generic Dart part of this file, see the
  129. # following page: https://dart.dev/tools/pub/pubspec
  130. # The following section is specific to Flutter.
  131. flutter:
  132. # Automatic code generation for l10n and i18n
  133. generate: true
  134. # The following line ensures that the Material Icons font is
  135. # included with your application, so that you can use the icons in
  136. # the material Icons class.
  137. uses-material-design: true
  138. fonts:
  139. - family: FlowyIconData
  140. fonts:
  141. - asset: assets/fonts/FlowyIconData.ttf
  142. - family: Poppins
  143. fonts:
  144. - asset: assets/google_fonts/Poppins/Poppins-ExtraLight.ttf
  145. weight: 100
  146. - asset: assets/google_fonts/Poppins/Poppins-Thin.ttf
  147. weight: 200
  148. - asset: assets/google_fonts/Poppins/Poppins-Light.ttf
  149. weight: 300
  150. - asset: assets/google_fonts/Poppins/Poppins-Regular.ttf
  151. weight: 400
  152. - asset: assets/google_fonts/Poppins/Poppins-Medium.ttf
  153. weight: 500
  154. - asset: assets/google_fonts/Poppins/Poppins-SemiBold.ttf
  155. weight: 600
  156. - asset: assets/google_fonts/Poppins/Poppins-Bold.ttf
  157. weight: 700
  158. - asset: assets/google_fonts/Poppins/Poppins-Black.ttf
  159. weight: 800
  160. - asset: assets/google_fonts/Poppins/Poppins-ExtraBold.ttf
  161. weight: 900
  162. # To add assets to your application, add an assets section, like this:
  163. assets:
  164. - assets/images/
  165. - assets/flowy_icons/
  166. - assets/flowy_icons/16x/
  167. - assets/flowy_icons/24x/
  168. - assets/flowy_icons/32x/
  169. - assets/flowy_icons/40x/
  170. - assets/images/emoji/
  171. - assets/images/login/
  172. - assets/translations/
  173. # The following assets will be excluded in release.
  174. # BEGIN: EXCLUDE_IN_RELEASE
  175. - assets/test/workspaces/
  176. - assets/template/
  177. - assets/test/workspaces/markdowns/
  178. - assets/test/workspaces/database/
  179. # END: EXCLUDE_IN_RELEASE