flutter-template icon indicating copy to clipboard operation
flutter-template copied to clipboard

Flutter template using CLEAN architecture 🎯

Results 45 flutter-template issues
Sort by recently updated
recently updated
newest added

I think it would be good to have a yaml file so we can easily setup workflows >

We need to create our own cubit and state bricks so we can reuse them across the apps

## Notes for PR reviewers QueuedInterceptor https://github.com/flutterchina/dio/issues/1308

### General - Added an example network request with retrofit - [Jira Ticket](#) ### Checklists - [ ] Platform specific changes (input, image picking etc) are tested on both of...

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) from 5.0.1 to 7.0.0. Commits 15985a1 chore(release): prepare for release (#2827) af91dc1 chore(deps): bump org.jetbrains.kotlin.android from 1.7.22 to 1.9.23 in /pack... 2fbc699 chore(deps): bump com.android.application from 8.3.0 to...

dependencies

Resolves #80 --- Introduced: - A new `Authenticator` class that is responsible for: - Making the tokens accessible by other classes such as interceptors. This class is the source of...

For new devs that are trying to run the template, the docs are not very straightforward. For example, in this step: > Execute a run configuration of choice > *...

documentation

This widget is just an encapsulation for the `NotificationListener`. It will expose a callback `onLoadMore` that will be called when a user scrolls to nearly the bottom of the screen.

Vibration is quite a common thing for mobile apps. Triggered from pull to refresh, on tap on specific buttons like pin buttons, on error or whatsoever — it enhances UX...

TBD

Theme extensions is a cool way of managing colors, typography etc. We can still make it available via build context extensions like this: ```dart final colors = context.colors; final typography...