flutter: Add bindings for ViewFactory_flutter.h

This commit is contained in:
Sergio Martins
2022-07-26 13:30:35 +01:00
parent d97ccb9792
commit 249ee2ce67
18 changed files with 931 additions and 762 deletions

View File

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