flutter: Add bindings for Config.h

This commit is contained in:
Sergio Martins
2022-07-26 13:21:14 +01:00
parent 90ba005bc6
commit d97ccb9792
8 changed files with 834 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
Contact KDAB at <info@kdab.com> for commercial licensing options.
*/
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;