57 lines
1.2 KiB
YAML
Raw Normal View History

2021-07-13 08:47:26 +08:00
name: flowy_infra_ui
description: A new flutter plugin project.
2021-06-19 23:41:19 +08:00
version: 0.0.1
homepage:
2022-08-31 08:58:34 +08:00
publish_to: "none"
2021-06-19 23:41:19 +08:00
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
2021-06-19 23:41:19 +08:00
dependencies:
flutter:
sdk: flutter
# Thirdparty packages
2022-08-31 08:58:34 +08:00
textstyle_extensions: "2.0.0-nullsafety"
dartz:
provider: ^6.0.1
2022-08-31 08:58:34 +08:00
styled_widget: "^0.3.1"
equatable: "^2.0.3"
2021-07-13 08:47:26 +08:00
animations: ^2.0.0
2021-07-27 23:10:39 +08:00
loading_indicator: ^3.0.1
2022-08-31 11:21:15 +08:00
async:
# 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
2021-06-19 23:41:19 +08:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
2021-06-19 23:41:19 +08:00
flutter:
plugin:
platforms:
# TODO: uncomment android part will fail the Linux build process, will resolve later
# android:
# package: com.example.flowy_infra_ui
# pluginClass: FlowyInfraUIPlugin
ios:
pluginClass: FlowyInfraUIPlugin
macos:
pluginClass: FlowyInfraUIPlugin
windows:
pluginClass: FlowyInfraUIPlugin
linux:
pluginClass: FlowyInfraUIPlugin
web:
2022-08-31 08:58:34 +08:00
default_package: flowy_infra_ui_web