|
@@ -11,8 +11,7 @@ environment:
|
|
|
dependencies:
|
|
|
flutter:
|
|
|
sdk: flutter
|
|
|
- flutter_web_plugins:
|
|
|
- sdk: flutter
|
|
|
+
|
|
|
# Thirdparty packages
|
|
|
textstyle_extensions: '2.0.0-nullsafety'
|
|
|
dartz: '0.10.0-nullsafety.2'
|
|
@@ -20,6 +19,13 @@ dependencies:
|
|
|
styled_widget: '>=0.3.1'
|
|
|
equatable: '>=2.0.2'
|
|
|
animations: ^2.0.0
|
|
|
+
|
|
|
+ # 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
|
|
|
flowy_infra:
|
|
|
path: ../flowy_infra
|
|
@@ -34,13 +40,12 @@ flutter:
|
|
|
platforms:
|
|
|
android:
|
|
|
package: com.example.flowy_infra_ui
|
|
|
- pluginClass: FlowyInfraUiPlugin
|
|
|
+ pluginClass: FlowyInfraUIPlugin
|
|
|
ios:
|
|
|
- pluginClass: FlowyInfraUiPlugin
|
|
|
+ pluginClass: FlowyInfraUIPlugin
|
|
|
macos:
|
|
|
- pluginClass: FlowyInfraUiPlugin
|
|
|
+ pluginClass: FlowyInfraUIPlugin
|
|
|
windows:
|
|
|
- pluginClass: FlowyInfraUiPlugin
|
|
|
+ pluginClass: FlowyInfraUIPlugin
|
|
|
web:
|
|
|
- pluginClass: FlowyInfraUiWeb
|
|
|
- fileName: flowy_infra_ui_web.dart
|
|
|
+ default_package: flowy_infra_ui_web
|