flutter: Also create bindings for ViewFactory

This commit is contained in:
Sergio Martins
2022-07-26 13:37:21 +01:00
parent 249ee2ce67
commit feda194b01
19 changed files with 1096 additions and 697 deletions

View File

@@ -13,6 +13,7 @@ export 'src/View.dart' show View;
export 'src/Controller.dart' show Controller;
export 'src/Platform_flutter.dart' show Platform_flutter;
export 'src/ViewFactory_flutter.dart' show ViewFactory_flutter;
export 'src/ViewFactory.dart' show ViewFactory;
export 'src/QByteArray.dart' show QByteArray;
export 'src/QEvent.dart' show QEvent, QEvent_Type;
export 'src/QList.dart' show QList;