Enable semantics on startup, closes issue #146

This commit is contained in:
Shawn 2023-12-04 12:39:55 -07:00
parent 9045b5d8fd
commit fc23212912

View File

@ -44,6 +44,8 @@ class AppLogic {
print( print(
'Thanks for checking out Wonderous on the web!\nIf you encounter any issues please report them at https://github.com/gskinnerTeam/flutter-wonderous-app/issues.', 'Thanks for checking out Wonderous on the web!\nIf you encounter any issues please report them at https://github.com/gskinnerTeam/flutter-wonderous-app/issues.',
); );
// Required on web to automatically enable accessibility features
WidgetsFlutterBinding.ensureInitialized().ensureSemantics();
} }
// Load any bitmaps the views might need // Load any bitmaps the views might need