flutter: Add bindings for View

This commit is contained in:
Sergio Martins
2022-07-26 14:20:27 +01:00
parent feda194b01
commit f8f75cdabc
28 changed files with 4616 additions and 573 deletions

View File

@@ -9,11 +9,13 @@
Contact KDAB at <info@kdab.com> for commercial licensing options.
*/
export 'src/Config.dart' show Config;
export 'src/View_flutter.dart' show View_flutter;
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/Views.dart' show asView_flutter, asView_flutter;
export 'src/QByteArray.dart' show QByteArray;
export 'src/QEvent.dart' show QEvent, QEvent_Type;
export 'src/QList.dart' show QList;