Jeff McMorris
Jeff McMorris
app routes are defined here. https://github.com/delay/flutter_starter/blob/b34120adcfdb363699aab40d4561701be2ba5b5c/lib/constants/app_routes.dart and the initial route is set in main.dart ``` class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { ThemeController.to.getThemeModeFromStore(); return GetBuilder( builder: (languageController)...
To be honest I am probably not the best person to answer this anymore. I haven't really coded in flutter in a couple of years. I am building stuff with...
Yes you would need to make the url to your translation viewable in read format so the app can see it when called from your app. I need to update...