File tree Expand file tree Collapse file tree 3 files changed +28
-4
lines changed
Expand file tree Collapse file tree 3 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.0.3] - 2025-12-23
9+
10+ ### Added
11+
12+ #### Example App
13+ - Complete example application demonstrating ` masterfabric_core ` usage
14+ - Example app structure with features (home, products, profile)
15+ - Example screens demonstrating ` MasterViewCubit ` pattern:
16+ - ` HomeView ` - Home screen with device info and storage examples
17+ - ` ProductsView ` - Products list with loading, error, and success states
18+ - ` ProfileView ` - Profile screen with user information
19+ - Example cubits and states showing state management patterns
20+ - Example routes configuration with GoRouter
21+ - Example ` main.dart ` showing ` MasterApp ` initialization
22+ - Example ` README.md ` with usage patterns and documentation
23+ - Example app configuration (` app_config.json ` )
24+ - GetIt dependency injection setup examples
25+ - AppBar customization examples with back button and actions
26+
27+ ### Changed
28+ - Version bump to 0.0.3
29+
30+ [ 0.0.3 ] : https://github.com/gurkanfikretgunak/masterfabric_core/releases/tag/v0.0.3
31+
832## [ 0.0.1] - 2025-12-23
933
1034### Added
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Add this to your package's `pubspec.yaml` file:
6666
6767``` yaml
6868dependencies :
69- masterfabric_core : ^0.0.2
69+ masterfabric_core : ^0.0.3
7070` ` `
7171
7272Then run:
@@ -244,7 +244,7 @@ For detailed documentation, see:
244244
245245- ** Pub.dev** : [ https://pub.dev/packages/masterfabric_core ] ( https://pub.dev/packages/masterfabric_core )
246246- ** GitHub** : [ https://github.com/gurkanfikretgunak/masterfabric_core ] ( https://github.com/gurkanfikretgunak/masterfabric_core )
247- - ** Version** : 0.0.2
247+ - ** Version** : 0.0.3
248248- ** License** : AGPL-3.0
249249
250250## Contributing
@@ -275,7 +275,7 @@ Or add it manually to your `pubspec.yaml`:
275275
276276``` yaml
277277dependencies :
278- masterfabric_core : ^0.0.2
278+ masterfabric_core : ^0.0.3
279279` ` `
280280
281281---
Original file line number Diff line number Diff line change 11name : masterfabric_core
22description : " Core utilities, base classes, and shared logic for the MasterFabric Flutter project."
3- version : 0.0.2
3+ version : 0.0.3
44homepage : https://github.com/gurkanfikretgunak/masterfabric_core
55repository : https://github.com/gurkanfikretgunak/masterfabric_core
66
You can’t perform that action at this time.
0 commit comments