12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- name: flowy_infra_ui
- description: A new flutter plugin project.
- version: 0.0.1
- homepage: https://appflowy.io
- publish_to: "none"
- environment:
- sdk: ">=3.0.0 <4.0.0"
- flutter: ">=3.10.1"
- dependencies:
- flutter:
- sdk: flutter
- # Thirdparty packages
- dartz:
- provider: ^6.0.5
- styled_widget: ^0.4.1
- equatable: ^2.0.5
- animations: ^2.0.7
- loading_indicator: ^3.1.0
- async:
- # Federated Platform Interface
- flowy_infra_ui_platform_interface:
- path: flowy_infra_ui_platform_interface
- flowy_infra_ui_web:
- path: flowy_infra_ui_web
- appflowy_popover:
- path: ../appflowy_popover
- flowy_infra:
- path: ../flowy_infra
- dev_dependencies:
- flutter_test:
- sdk: flutter
- flutter_lints: ^2.0.1
- 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:
- default_package: flowy_infra_ui_web
|