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

Flutter template using CLEAN architecture 🎯

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

Potential candidates for this [flutter_dotenv](https://pub.dev/packages/flutter_dotenv)

SplashScreens are not needed via NStack anymore and is discouraged officially by Google (At least the manual timed screens).

We need to: - Finish dio injection and "normal"/"auth" instances - TokenExpiration should be more than a callback, maybe expose observable state in some way

The following should be added to **.gitignore** : `**/*.freezed.dart` And the following command then ran : ``` git rm -r --cached . git add . ``` And the result committed...

## The problem When creating a screen, sometimes we need to add a lot of top-level configuration widgets: ```dart // screen.dart @override Widget build(BuildContext context) { // 1 return FocusScopeDismissible(...

Resolves #75 https://user-images.githubusercontent.com/33932162/196884333-820c6353-a4ad-454c-a443-8571aad268d3.mov