AppFlowy/app_flowy/packages/flowy_infra_ui/pubspec.yaml

52 lines
1.1 KiB
YAML
Raw Normal View History

2021-07-13 00:47:26 +00:00
name: flowy_infra_ui
description: A new flutter plugin project.
2021-06-19 15:41:19 +00:00
version: 0.0.1
homepage:
publish_to: 'none'
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
2021-06-19 15:41:19 +00:00
dependencies:
flutter:
sdk: flutter
# Thirdparty packages
2021-06-19 15:41:19 +00:00
textstyle_extensions: '2.0.0-nullsafety'
dartz: '0.10.0-nullsafety.2'
provider: ^6.0.1
2021-07-12 15:27:58 +00:00
styled_widget: '>=0.3.1'
2021-11-02 14:18:13 +00:00
equatable: '>=2.0.3'
2021-07-13 00:47:26 +00:00
animations: ^2.0.0
2021-07-27 15:10:39 +00:00
loading_indicator: ^3.0.1
# Federated Platform Interface
flowy_infra_ui_platform_interface:
path: flowy_infra_ui_platform_interface
flowy_infra_ui_web:
path: flowy_infra_ui_web
# Flowy packages
2021-07-13 00:47:26 +00:00
flowy_infra:
path: ../flowy_infra
2021-06-19 15:41:19 +00:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
plugin:
platforms:
android:
package: com.example.flowy_infra_ui
pluginClass: FlowyInfraUIPlugin
ios:
pluginClass: FlowyInfraUIPlugin
macos:
pluginClass: FlowyInfraUIPlugin
windows:
pluginClass: FlowyInfraUIPlugin
web:
default_package: flowy_infra_ui_web