Flutter icon indicating copy to clipboard operation
Flutter copied to clipboard

A boilerplate project for Flutter using RiverPod, Dio, go_router, Freezed and generated with very_good_cli

Results 6 Flutter issues
Sort by recently updated
recently updated
newest added

Thanks for this project, but I would expect a boilerplate project to have at least a few simple tests. Why not add a few?

The signup and sign in requests work fine on Android virtual device. But no trace of requests when run in chrome browser. Any insight will be helpful.

On launch of this project into VSCode, it shows 129 problems, I believe most of these to be information or warnings, but was wondering it was worth trying to fix...

`In Terminal : derry clean` `In Terminal : derry watch` > [email protected]+1 watch $ flutter pub run build_runner watch --delete-conflicting-outputs Unhandled exception: Bad state: Unable to generate package graph, no...

## Description Fixed some of the simple lint problems. ## Type of Change - [ ] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix...

Hi. Im new to AutoRoute, I cant figure out how to make more pages with this boilerplate. So I made something liek this. ``` @AdaptiveAutoRouter( replaceInRouteName: 'Page,Route', routes: [ //RedirectRoute(path:...