flutter: Add bindings for CreateViewOptions_wrapper

This commit is contained in:
Sergio Martins
2022-07-26 15:10:30 +01:00
parent 84ec64fade
commit 3ee9866d84
18 changed files with 1277 additions and 795 deletions

View File

@@ -12,6 +12,7 @@ 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/CreateViewOptions.dart' show CreateViewOptions;
export 'src/Platform_flutter.dart' show Platform_flutter;
export 'src/ViewFactory_flutter.dart' show ViewFactory_flutter;
export 'src/ViewFactory.dart' show ViewFactory;