Enable semantics on startup, closes issue #146
This commit is contained in:
parent
9045b5d8fd
commit
fc23212912
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user