7NT

Results 6 comments of 7NT

Using navigator service On Thu, Apr 25, 2024, 1:59 PM Dane Mackier ***@***.***> wrote: > @7NT are you using the Stacked navigator > observer? > > — > Reply to...

good point On Thu, Apr 25, 2024, 1:59 PM Dane Mackier ***@***.***> wrote: > @7NT are you using the Stacked navigator > observer? > > — > Reply to this...

having problem on: "onGenerateRoute: Router().onGenerateRoute" class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', initialRoute: Routes.startupView, **onGenerateRoute: Router().onGenerateRoute,** navigatorKey: locator().navigatorKey, ); } } yaml:...

I worked around with .whenComplete() isVisible = true; await _bottomSheetService .showCustomSheet( variant: BottomSheetType.pchat, title: 'Private Chat:', description: chat.from, ) .whenComplete(() { isVisible = false; }); On Tue, Sep 17, 2024...

Still trouble, when I run: dart migrate Analyzing project... [-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|] 2 analysis issues found: ``` error • A value of type 'Entity*' can't be assigned to a variable of type...

reflectable package maybe alternative https://pub.dev/packages/reflectable/example