uugurbas
Results
1
comments of
uugurbas
I initialized the package at the beginning; `void main() { WidgetsFlutterBinding.ensureInitialized(); SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]) .then((_) async => { await HwAds.init(), setupLocator(), runApp(const App()), }); }` Here are some errors in the debug...