Christian Chikwado Onwe
Christian Chikwado Onwe
Thanks for this wonderful framework. I am currently having issues with creating a project. The error title is Bad: State and sub information is **** Stacktrace * #0 ListMixin.firstWhere (dart:collection/list.dart:150:5)...
Trying to deploy to heroku following the aqueduct official documentation results t an error. I cant seem to figure out what the issue is. Any help is greatly appreciated. Here...
## Steps to Reproduce - Setup localization referencing [flutter documentation](https://docs.flutter.dev/development/accessibility-and-localization/internationalization) - Define a simple translation with required placeholders not matching placeholder meta data reference (when cases are different) - Generate...
I'm trying to display to display images in this sample html string but have been unsuccessful with this. Given the following `html` string, how can I display the image along-side...
Flutter animaker package duplicates my marker on position updated. Below if my implementation ``` return Animarker( curve: Curves.bounceOut, // rippleRadius: 0.2, useRotation: true, // duration: Duration(milliseconds: 2300), mapId: mapController.future .then((value)...
Was having a cast-error when setting an icon, notification-icon and notification title. _CastError (type 'Future' is not a subtype of type 'FutureOr' in type cast) Modifying package source to `FutureOr`...