Wahab Alshahin

Results 8 issues of Wahab Alshahin

@ened I have been reviewing the work completed in #243 and working with the latest version of this package that includes those changes. I have some comments and questions that...

# Flutter Code In Flutter, we have the following example ```dart void taskDispatcher() { Workmanager().executeTask((String taskName, Map data) async { // Do something return true; }); } Future main() async...

##Description @schultek It looks like there is some considerable savings that can be made by simply minifying the resulting, compiled, JS files from `dart2js`. This would reduce the time taken...

feature

**Description** https://pub.dev/documentation/go_router/latest/topics/Redirection-topic.html Per the go router documentation above, the following is an example and an excerpt: ```dart redirect: (BuildContext context, GoRouterState state) { if (AuthState.of(context).isSignedIn) { return '/signin'; } else...

bug

**Description** Having an issue with `jaspr_router` when deploying an `jaspr` application (client only template) to a location that is not the root origin. For example, when deploying to Github Pages,...

bug

## Describe the problem Version: `^3.0.0-beta.5` The version badge in the documentation contains extra margin padding that looks like it should not be there. I have noticed it on all...

documentation

See #265 for more details. Decided to also update the linter altogether since this is just a dev dependency.

**Describe the bug** `flutter_lints: ^4.0.0` now warns about using super parameters where applicable. This would be a simple change here to make the code compliant with `flutter_lints: ^4.0.0`. **To Reproduce**...