Godwin Mathias

Results 10 comments of Godwin Mathias

> In case @II11II or anyone else may be helped by this: > The way i started to prefer using hydrated_bloc for complex use cases & state classes is by:...

> > > Probably the URL was not structured well. The URL below gave me the response above > > `https://questions.aloc.ng/v2/q?subject=economics&year=2005&type=utme` Well, I can't really say but this is not...

> Please share the code with me. I will also look at the "40 questions" bug Alright, should I send it to the email on your git profile?

> Hi team. First off, thank you so much for such a great and easy to use library. > > I wanted to reach out and see if you guys...

Me too! Still can't find a wrap around this yet.

Yeah me too, the loop: true doesn't seem to work for me either, This is really urgent as my PM won't lemme rest, Plus I didn't get any error on...

> Use inside of Statefull at initState. Its works for me. > > ``` > @override > void initState() { > super.initState(); > AwesomeNotifications().actionStream.listen((receivedNotification) { > print(receivedNotification); > Navigator.of(context).pushNamed("/classpage"); >...

@mohammedsalem97 something like this. ```dart void callbackDispatcher() { Workmanager().executeTask((task, inputData) async{ if (Platform.isAndroid) SharedPreferencesAndroid.registerWith(); // here if (Platform.isIOS) SharedPreferencesIOS.registerWith(); // and here switch (task) { case myTask: int? totalExecutions; final...