flutter_app_core_freezed 0.0.3
flutter_app_core_freezed: ^0.0.3 copied to clipboard
Core building blocks for Flutter apps: typed HTTP client, Result<T> wrapper, BLoC base classes and SharedPreferences token storage.
0.0.2 #
- Updated README with correct repository links.
- Updated pubspec.yaml metadata.
0.0.1 #
- Initial release of
flutter_app_core. AppError— typed exception with optional HTTP status code.Result<T>— functional success/failure wrapper withwhen()pattern.BaseState<T>/BaseCubit<T>— BLoC-based state machine withLoading,SuccessandErrorstates.ApiClient— HTTP client with Bearer token support andget,post,put,deletemethods.AuthStorage— token persistence viaSharedPreferences.