Nour Magdi
Nour Magdi
i'd also recommend npm why not you know :""
@felangel @jorgecoca i've created a debian installer you can find it in my fork https://github.com/SPiercer/dart_frog/raw/main/packages/dart_frog_cli/target/dart_frog_0.1.1-1_amd64.deb along side with an apt repo but it needs your signing and hosting of course....
> @SPiercer Hello there is package https://pub.dev/packages/mysql_client to work with mysql DB, it's good for starting, but .env will be good for dart_frog @aaltynbek man, there is not way i...
What's the latest update on this ?
i see... seems interesting and by the way i made some modifications to your host and added some interesting things most of them are under testing right now but what...
well not exactly, i don't use cookies but instead i used LocalStorage its much much better and more stable than cookies cuz i work in a that kind of ps4...
> It will only be called if the widget is mounted where the listener is created But shouldn't the widget be mounted since this is the root widget ?
That's minimal enough i can drop everything here in one file ```dart Future main() async { WidgetsFlutterBinding.ensureInitialized(); runApp(const MyApp()); } final routerGuardSignal = Signal(null); class MyApp extends StatefulWidget { const...
Sorry for missing that Steps to Reproduce 1. Run the code 2. wait for the app to open the splash screen 3. wait two seconds Expected behavior: `App navigates to...
Any updates on this ?