2021-07-13 08:47:26 +08:00
|
|
|
name: flowy_infra_ui
|
2021-07-17 00:37:47 +08:00
|
|
|
description: A new flutter plugin project.
|
2021-06-19 23:41:19 +08:00
|
|
|
version: 0.0.1
|
2023-05-28 05:09:39 +01:00
|
|
|
homepage: https://appflowy.io
|
2022-08-31 08:58:34 +08:00
|
|
|
publish_to: "none"
|
2021-06-19 23:41:19 +08:00
|
|
|
|
|
|
|
|
environment:
|
2023-05-28 05:09:39 +01:00
|
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
|
flutter: ">=3.10.1"
|
2021-06-19 23:41:19 +08:00
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
flutter:
|
|
|
|
|
sdk: flutter
|
2021-07-18 13:07:32 +08:00
|
|
|
|
2021-07-17 00:37:47 +08:00
|
|
|
# Thirdparty packages
|
2022-08-31 08:58:34 +08:00
|
|
|
dartz:
|
2023-05-28 05:09:39 +01:00
|
|
|
provider: ^6.0.5
|
|
|
|
|
styled_widget: ^0.4.1
|
|
|
|
|
equatable: ^2.0.5
|
|
|
|
|
animations: ^2.0.7
|
|
|
|
|
loading_indicator: ^3.1.0
|
2022-08-31 11:21:15 +08:00
|
|
|
async:
|
2023-06-20 16:03:39 -10:00
|
|
|
url_launcher: ^6.1.11
|
2021-07-18 13:07:32 +08:00
|
|
|
|
|
|
|
|
# Federated Platform Interface
|
|
|
|
|
flowy_infra_ui_platform_interface:
|
|
|
|
|
path: flowy_infra_ui_platform_interface
|
|
|
|
|
flowy_infra_ui_web:
|
|
|
|
|
path: flowy_infra_ui_web
|
2022-09-14 12:10:59 +08:00
|
|
|
appflowy_popover:
|
|
|
|
|
path: ../appflowy_popover
|
2021-07-13 08:47:26 +08:00
|
|
|
flowy_infra:
|
|
|
|
|
path: ../flowy_infra
|
2023-08-14 13:34:01 -07:00
|
|
|
flowy_svg:
|
|
|
|
|
path: ../flowy_svg
|
2021-06-19 23:41:19 +08:00
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
|
flutter_test:
|
|
|
|
|
sdk: flutter
|
2022-08-31 11:15:35 +08:00
|
|
|
flutter_lints: ^2.0.1
|
2021-06-19 23:41:19 +08:00
|
|
|
|
|
|
|
|
flutter:
|
2021-07-17 00:37:47 +08:00
|
|
|
plugin:
|
|
|
|
|
platforms:
|
2021-11-19 11:13:07 +08:00
|
|
|
# TODO: uncomment android part will fail the Linux build process, will resolve later
|
|
|
|
|
# android:
|
|
|
|
|
# package: com.example.flowy_infra_ui
|
|
|
|
|
# pluginClass: FlowyInfraUIPlugin
|
2021-07-17 00:37:47 +08:00
|
|
|
ios:
|
2021-07-18 13:07:32 +08:00
|
|
|
pluginClass: FlowyInfraUIPlugin
|
2021-07-17 00:37:47 +08:00
|
|
|
macos:
|
2021-07-18 13:07:32 +08:00
|
|
|
pluginClass: FlowyInfraUIPlugin
|
2021-07-17 00:37:47 +08:00
|
|
|
windows:
|
2021-07-18 13:07:32 +08:00
|
|
|
pluginClass: FlowyInfraUIPlugin
|
2021-11-19 11:13:07 +08:00
|
|
|
linux:
|
|
|
|
|
pluginClass: FlowyInfraUIPlugin
|
2021-07-17 00:37:47 +08:00
|
|
|
web:
|
2022-08-31 08:58:34 +08:00
|
|
|
default_package: flowy_infra_ui_web
|