2023-02-26 16:27:17 +08:00
|
|
|
name: appflowy
|
2021-06-19 23:41:19 +08:00
|
|
|
description: A new Flutter project.
|
|
|
|
|
|
|
|
|
|
# The following line prevents the package from being accidentally published to
|
|
|
|
|
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
2022-01-06 14:42:17 +08:00
|
|
|
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
2021-06-19 23:41:19 +08:00
|
|
|
|
|
|
|
|
# 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
|
2024-06-25 10:03:02 +08:00
|
|
|
version: 0.6.1
|
2021-06-19 23:41:19 +08:00
|
|
|
|
|
|
|
|
environment:
|
2024-05-23 11:07:09 +08:00
|
|
|
flutter: ">=3.22.0"
|
2024-03-28 17:46:31 +08:00
|
|
|
sdk: ">=3.3.0 <4.0.0"
|
2021-06-19 23:41:19 +08:00
|
|
|
|
|
|
|
|
# Dependencies specify other packages that your package needs in order to work.
|
|
|
|
|
# To automatically upgrade your package dependencies to the latest versions
|
|
|
|
|
# consider running `flutter pub upgrade --major-versions`. Alternatively,
|
|
|
|
|
# dependencies can be manually updated by changing the version numbers below to
|
|
|
|
|
# the latest version available on pub.dev. To see which dependencies have newer
|
|
|
|
|
# versions available, run `flutter pub outdated`.
|
|
|
|
|
dependencies:
|
|
|
|
|
flutter:
|
|
|
|
|
sdk: flutter
|
2021-12-07 22:58:50 +05:30
|
|
|
flutter_localizations:
|
2022-01-06 14:42:17 +08:00
|
|
|
sdk: flutter
|
2023-01-08 12:10:53 +08:00
|
|
|
appflowy_backend:
|
|
|
|
|
path: packages/appflowy_backend
|
2021-07-13 08:47:26 +08:00
|
|
|
flowy_infra_ui:
|
|
|
|
|
path: packages/flowy_infra_ui
|
|
|
|
|
flowy_infra:
|
|
|
|
|
path: packages/flowy_infra
|
2023-08-14 13:34:01 -07:00
|
|
|
flowy_svg:
|
|
|
|
|
path: packages/flowy_svg
|
2022-08-08 19:13:03 +08:00
|
|
|
appflowy_board:
|
2024-04-30 17:35:03 +08:00
|
|
|
# path: ../../../appflowy-board
|
2023-02-07 20:56:11 +08:00
|
|
|
git:
|
|
|
|
|
url: https://github.com/AppFlowy-IO/appflowy-board.git
|
2024-05-10 10:02:10 +08:00
|
|
|
ref: 8a6434ae3d02624b614a010af80f775db11bf22e
|
2024-02-24 20:54:10 +07:00
|
|
|
appflowy_result:
|
|
|
|
|
path: packages/appflowy_result
|
2024-06-18 15:47:52 +08:00
|
|
|
appflowy_editor_plugins:
|
2023-11-07 15:24:32 +08:00
|
|
|
appflowy_editor:
|
2022-08-29 17:45:08 +08:00
|
|
|
appflowy_popover:
|
|
|
|
|
path: packages/appflowy_popover
|
2022-01-06 14:42:17 +08:00
|
|
|
|
2021-06-19 23:41:19 +08:00
|
|
|
# third party packages
|
2024-05-23 11:07:09 +08:00
|
|
|
intl: ^0.19.0
|
2023-05-28 05:09:39 +01:00
|
|
|
time: ^2.1.3
|
|
|
|
|
equatable: ^2.0.5
|
|
|
|
|
freezed_annotation: ^2.2.0
|
|
|
|
|
get_it: ^7.6.0
|
|
|
|
|
flutter_bloc: ^8.1.3
|
2023-12-08 20:01:54 +07:00
|
|
|
flutter_math_fork: ^0.7.2
|
2023-05-28 05:09:39 +01:00
|
|
|
provider: ^6.0.5
|
|
|
|
|
path_provider: ^2.0.15
|
|
|
|
|
sized_context: ^1.0.0+4
|
|
|
|
|
styled_widget: ^0.4.1
|
2021-07-22 11:23:15 +08:00
|
|
|
expandable: ^5.0.1
|
2023-04-03 23:48:56 -05:00
|
|
|
flutter_colorpicker: ^1.0.3
|
2023-04-19 17:56:02 -05:00
|
|
|
highlight: ^0.7.0
|
2024-04-29 11:41:09 +08:00
|
|
|
package_info_plus: ^6.0.0
|
2023-05-28 05:09:39 +01:00
|
|
|
url_launcher: ^6.1.11
|
2021-11-10 14:46:59 +08:00
|
|
|
clipboard: ^0.1.3
|
2023-11-27 18:54:31 -08:00
|
|
|
connectivity_plus: ^5.0.2
|
2023-05-28 05:09:39 +01:00
|
|
|
easy_localization: ^3.0.2
|
2024-04-29 11:41:09 +08:00
|
|
|
device_info_plus: ^10.1.0
|
2023-05-28 05:09:39 +01:00
|
|
|
fluttertoast: ^8.2.2
|
|
|
|
|
json_annotation: ^4.8.1
|
|
|
|
|
table_calendar: ^3.0.9
|
2023-04-03 23:48:56 -05:00
|
|
|
reorderables: ^0.6.0
|
2022-04-15 15:41:55 +08:00
|
|
|
linked_scroll_controller: ^0.2.0
|
2022-08-08 16:36:26 +08:00
|
|
|
hotkey_manager: ^0.1.7
|
2023-05-28 05:09:39 +01:00
|
|
|
fixnum: ^1.1.0
|
2023-08-14 13:34:01 -07:00
|
|
|
flutter_svg: ^2.0.7
|
2023-12-10 21:26:53 +08:00
|
|
|
protobuf: ^3.1.0
|
2022-08-31 09:28:08 +08:00
|
|
|
charcode: ^1.3.1
|
2023-05-28 05:09:39 +01:00
|
|
|
collection: ^1.17.1
|
|
|
|
|
bloc: ^8.1.2
|
2023-11-27 18:54:31 -08:00
|
|
|
shared_preferences: ^2.2.2
|
2023-12-08 20:01:54 +07:00
|
|
|
google_fonts: ^6.1.0
|
2023-05-28 05:09:39 +01:00
|
|
|
percent_indicator: ^4.2.3
|
2023-11-25 16:31:54 +02:00
|
|
|
calendar_view:
|
|
|
|
|
git:
|
|
|
|
|
url: https://github.com/Xazin/flutter_calendar_view
|
|
|
|
|
ref: "6fe0c98"
|
2023-05-28 05:09:39 +01:00
|
|
|
http: ^1.0.0
|
|
|
|
|
path: ^1.8.3
|
2023-12-08 20:01:54 +07:00
|
|
|
mocktail: ^1.0.1
|
2024-01-31 10:07:50 +08:00
|
|
|
archive: ^3.4.10
|
2023-05-16 14:58:24 +08:00
|
|
|
nanoid: ^1.0.0
|
2023-07-05 20:57:09 +08:00
|
|
|
supabase_flutter: ^1.10.4
|
2023-12-08 20:01:54 +07:00
|
|
|
envied: ^0.5.2
|
2023-07-03 04:07:11 -10:00
|
|
|
dotted_border: ^2.0.0+3
|
2023-08-07 16:54:50 +07:00
|
|
|
url_protocol:
|
2023-08-07 13:31:20 +07:00
|
|
|
hive: ^2.2.3
|
|
|
|
|
hive_flutter: ^1.1.0
|
2024-01-30 16:05:56 +08:00
|
|
|
super_clipboard: ^0.8.4
|
|
|
|
|
go_router: ^13.1.0
|
2023-10-05 10:40:41 +08:00
|
|
|
string_validator: ^1.0.0
|
|
|
|
|
unsplash_client: ^2.1.1
|
2023-11-14 22:33:07 +08:00
|
|
|
flutter_emoji_mart:
|
2023-11-02 15:24:17 +08:00
|
|
|
git:
|
|
|
|
|
url: https://github.com/LucasXu0/emoji_mart.git
|
2023-12-05 10:46:17 +08:00
|
|
|
ref: "4a5cac"
|
2021-06-19 23:41:19 +08:00
|
|
|
|
2023-10-02 09:12:24 +02:00
|
|
|
# Notifications
|
|
|
|
|
# TODO: Consider implementing custom package
|
|
|
|
|
# to gather notification handling for all platforms
|
|
|
|
|
local_notifier: ^0.1.5
|
2024-06-05 13:56:22 +02:00
|
|
|
|
2023-12-15 16:07:08 +08:00
|
|
|
app_links: ^3.5.0
|
2023-10-23 18:35:07 +08:00
|
|
|
flutter_slidable: ^3.0.0
|
2023-11-07 15:24:32 +08:00
|
|
|
image_picker: ^1.0.4
|
|
|
|
|
image_gallery_saver: ^2.0.3
|
2023-11-13 10:07:46 +08:00
|
|
|
cached_network_image: ^3.3.0
|
2024-02-19 12:49:55 +07:00
|
|
|
leak_tracker: ^10.0.0
|
2023-12-23 14:31:49 +08:00
|
|
|
keyboard_height_plugin: ^0.0.5
|
|
|
|
|
scrollable_positioned_list: ^0.3.8
|
2024-01-20 23:16:18 +08:00
|
|
|
flutter_cache_manager: ^3.3.1
|
2024-01-31 10:07:50 +08:00
|
|
|
share_plus: ^7.2.1
|
2024-02-22 09:54:54 +08:00
|
|
|
sheet:
|
2024-03-25 22:08:52 +07:00
|
|
|
file: ^7.0.0
|
2024-03-28 17:46:31 +08:00
|
|
|
avatar_stack: ^1.2.0
|
2024-04-30 16:55:15 +08:00
|
|
|
numerus: ^2.1.2
|
2024-04-29 10:33:57 +08:00
|
|
|
flutter_animate: ^4.5.0
|
2024-05-06 11:27:55 +08:00
|
|
|
permission_handler: ^11.3.1
|
2024-06-03 14:27:28 +08:00
|
|
|
flutter_chat_ui: ^1.6.13
|
|
|
|
|
flutter_chat_types: ^3.6.2
|
2024-05-23 11:07:09 +08:00
|
|
|
scaled_app: ^2.3.0
|
2024-05-30 09:56:44 +08:00
|
|
|
auto_size_text_field: ^2.2.3
|
|
|
|
|
reorderable_tabbar: ^1.0.6
|
2024-06-03 14:27:28 +08:00
|
|
|
shimmer: ^3.0.0
|
2024-06-09 14:02:32 +08:00
|
|
|
isolates: ^3.0.3+8
|
|
|
|
|
markdown_widget: ^2.3.2+6
|
2023-10-02 09:12:24 +02:00
|
|
|
|
2024-06-05 13:56:22 +02:00
|
|
|
# Window Manager for MacOS and Linux
|
|
|
|
|
window_manager: ^0.3.9
|
|
|
|
|
|
|
|
|
|
# BitsDojo Window for Windows
|
|
|
|
|
bitsdojo_window: ^0.1.6
|
2024-06-20 21:00:56 +02:00
|
|
|
|
2024-06-14 14:53:53 +08:00
|
|
|
flutter_highlight: ^0.7.0
|
2024-06-05 13:56:22 +02:00
|
|
|
|
2021-06-19 23:41:19 +08:00
|
|
|
dev_dependencies:
|
2023-12-08 20:01:54 +07:00
|
|
|
flutter_lints: ^3.0.1
|
2023-12-27 11:11:14 +08:00
|
|
|
analyzer: ^6.3.0
|
2022-08-31 11:15:35 +08:00
|
|
|
|
2021-06-19 23:41:19 +08:00
|
|
|
flutter_test:
|
|
|
|
|
sdk: flutter
|
2022-10-15 23:34:56 +08:00
|
|
|
integration_test:
|
|
|
|
|
sdk: flutter
|
2024-04-17 10:52:58 +02:00
|
|
|
build_runner: ^2.4.9
|
2024-02-19 12:49:55 +07:00
|
|
|
freezed: ^2.4.7
|
2023-05-28 05:09:39 +01:00
|
|
|
bloc_test: ^9.1.2
|
2024-04-17 10:52:58 +02:00
|
|
|
json_serializable: ^6.7.1
|
2023-12-08 20:01:54 +07:00
|
|
|
envied_generator: ^0.5.2
|
2021-06-19 23:41:19 +08:00
|
|
|
|
2023-07-18 14:59:41 +07:00
|
|
|
plugin_platform_interface: any
|
|
|
|
|
url_launcher_platform_interface: any
|
2023-10-07 13:45:38 +08:00
|
|
|
run_with_network_images: ^0.0.1
|
|
|
|
|
|
2023-05-28 05:09:39 +01:00
|
|
|
dependency_overrides:
|
|
|
|
|
http: ^1.0.0
|
|
|
|
|
|
2023-08-14 21:38:30 +07:00
|
|
|
supabase_flutter:
|
|
|
|
|
git:
|
2024-01-30 16:05:56 +08:00
|
|
|
url: https://github.com/supabase/supabase-flutter
|
|
|
|
|
ref: 9b05eea
|
2023-08-14 21:38:30 +07:00
|
|
|
path: packages/supabase_flutter
|
2023-11-23 23:32:52 +08:00
|
|
|
|
2023-08-14 21:38:30 +07:00
|
|
|
url_protocol:
|
|
|
|
|
git:
|
|
|
|
|
url: https://github.com/LucasXu0/flutter_url_protocol.git
|
|
|
|
|
commit: 77a8420
|
|
|
|
|
|
2023-12-13 14:21:38 +07:00
|
|
|
appflowy_editor:
|
|
|
|
|
git:
|
|
|
|
|
url: https://github.com/AppFlowy-IO/appflowy-editor.git
|
2024-06-27 02:00:21 +02:00
|
|
|
ref: "e8ee051"
|
2023-12-27 11:11:14 +08:00
|
|
|
|
2024-06-18 15:47:52 +08:00
|
|
|
appflowy_editor_plugins:
|
|
|
|
|
git:
|
|
|
|
|
url: https://github.com/AppFlowy-IO/AppFlowy-plugins.git
|
|
|
|
|
path: "packages/appflowy_editor_plugins"
|
|
|
|
|
ref: "87af520732deae1138c12a4c33a62ae56b2aa81f"
|
|
|
|
|
|
2024-02-22 09:54:54 +08:00
|
|
|
sheet:
|
|
|
|
|
git:
|
2024-03-13 15:02:23 +08:00
|
|
|
url: https://github.com/jamesblasco/modal_bottom_sheet
|
|
|
|
|
ref: e44458d
|
2024-02-22 09:54:54 +08:00
|
|
|
path: sheet
|
|
|
|
|
|
2024-06-25 10:03:02 +08:00
|
|
|
uuid: ^4.4.0
|
2023-12-20 10:08:35 +08:00
|
|
|
|
2024-03-25 22:08:52 +07:00
|
|
|
flutter_cache_manager:
|
|
|
|
|
git:
|
|
|
|
|
url: https://github.com/LucasXu0/flutter_cache_manager.git
|
|
|
|
|
commit: fbab857b1b1d209240a146d32f496379b9f62276
|
|
|
|
|
path: flutter_cache_manager
|
|
|
|
|
|
2021-06-19 23:41:19 +08:00
|
|
|
# The "flutter_lints" package below contains a set of recommended lints to
|
|
|
|
|
# encourage good coding practices. The lint set provided by the package is
|
|
|
|
|
# activated in the `analysis_options.yaml` file located at the root of your
|
|
|
|
|
# package. See that file for information about deactivating specific lint
|
|
|
|
|
# rules and activating additional ones.
|
|
|
|
|
|
|
|
|
|
# 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:
|
2021-12-07 22:58:50 +05:30
|
|
|
# Automatic code generation for l10n and i18n
|
|
|
|
|
generate: true
|
2021-06-19 23:41:19 +08:00
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
2021-10-09 16:43:56 +08:00
|
|
|
fonts:
|
|
|
|
|
- family: FlowyIconData
|
|
|
|
|
fonts:
|
2022-02-19 13:52:52 +08:00
|
|
|
- asset: assets/fonts/FlowyIconData.ttf
|
2022-10-22 21:57:44 +08:00
|
|
|
- family: Poppins
|
|
|
|
|
fonts:
|
|
|
|
|
- asset: assets/google_fonts/Poppins/Poppins-ExtraLight.ttf
|
|
|
|
|
weight: 100
|
|
|
|
|
- asset: assets/google_fonts/Poppins/Poppins-Thin.ttf
|
|
|
|
|
weight: 200
|
|
|
|
|
- asset: assets/google_fonts/Poppins/Poppins-Light.ttf
|
2023-02-06 14:12:01 +07:00
|
|
|
weight: 300
|
|
|
|
|
- asset: assets/google_fonts/Poppins/Poppins-Regular.ttf
|
2022-10-22 21:57:44 +08:00
|
|
|
weight: 400
|
2023-02-06 14:12:01 +07:00
|
|
|
- asset: assets/google_fonts/Poppins/Poppins-Medium.ttf
|
2022-10-22 21:57:44 +08:00
|
|
|
weight: 500
|
2023-02-06 14:12:01 +07:00
|
|
|
- asset: assets/google_fonts/Poppins/Poppins-SemiBold.ttf
|
2022-10-22 21:57:44 +08:00
|
|
|
weight: 600
|
|
|
|
|
- asset: assets/google_fonts/Poppins/Poppins-Bold.ttf
|
|
|
|
|
weight: 700
|
|
|
|
|
- asset: assets/google_fonts/Poppins/Poppins-Black.ttf
|
|
|
|
|
weight: 800
|
|
|
|
|
- asset: assets/google_fonts/Poppins/Poppins-ExtraBold.ttf
|
2023-02-06 14:12:01 +07:00
|
|
|
weight: 900
|
2023-11-06 16:44:21 +08:00
|
|
|
- family: RobotoMono
|
|
|
|
|
fonts:
|
|
|
|
|
- asset: assets/google_fonts/Roboto_Mono/RobotoMono-Regular.ttf
|
|
|
|
|
- asset: assets/google_fonts/Roboto_Mono/RobotoMono-Italic.ttf
|
|
|
|
|
style: italic
|
|
|
|
|
|
2021-06-19 23:41:19 +08:00
|
|
|
# To add assets to your application, add an assets section, like this:
|
|
|
|
|
assets:
|
|
|
|
|
- assets/images/
|
2024-05-10 16:08:32 +02:00
|
|
|
- assets/images/appearance/
|
2024-04-30 16:55:15 +08:00
|
|
|
- assets/images/built_in_cover_images/
|
2023-08-14 13:34:01 -07:00
|
|
|
- assets/flowy_icons/
|
|
|
|
|
- assets/flowy_icons/16x/
|
|
|
|
|
- assets/flowy_icons/24x/
|
|
|
|
|
- assets/flowy_icons/32x/
|
|
|
|
|
- assets/flowy_icons/40x/
|
2022-08-01 09:13:32 +08:00
|
|
|
- assets/images/emoji/
|
2023-05-21 18:53:59 +08:00
|
|
|
- assets/images/login/
|
2021-12-07 22:58:50 +05:30
|
|
|
- assets/translations/
|
2021-06-19 23:41:19 +08:00
|
|
|
|
2023-04-03 18:50:22 -10:00
|
|
|
# The following assets will be excluded in release.
|
|
|
|
|
# BEGIN: EXCLUDE_IN_RELEASE
|
|
|
|
|
- assets/test/workspaces/
|
2023-08-21 13:54:26 +08:00
|
|
|
- assets/test/images/
|
2023-05-23 19:42:53 +08:00
|
|
|
- assets/template/
|
2023-06-12 14:36:55 +08:00
|
|
|
- assets/test/workspaces/markdowns/
|
2023-06-15 22:43:07 +08:00
|
|
|
- assets/test/workspaces/database/
|
2024-04-30 14:09:08 +02:00
|
|
|
# END: EXCLUDE_IN_RELEASE
|