59 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: https://appflowy.io
2022-08-31 08:58:34 +08:00
publish_to: "none"
2021-06-19 23:41:19 +08:00
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.1"
2021-06-19 23:41:19 +08:00
dependencies:
flutter:
sdk: flutter
# Thirdparty packages
2022-08-31 08:58:34 +08:00
dartz:
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:
url_launcher: ^6.1.11
# 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
flowy_svg:
path: ../flowy_svg
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