mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-08-26 11:32:26 +08:00
Enable semantics on startup, closes issue #146
This commit is contained in:
@ -44,6 +44,8 @@ class AppLogic {
|
||||
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.',
|
||||
);
|
||||
// Required on web to automatically enable accessibility features
|
||||
WidgetsFlutterBinding.ensureInitialized().ensureSemantics();
|
||||
}
|
||||
|
||||
// Load any bitmaps the views might need
|
||||
|
Reference in New Issue
Block a user