Skip to content

Commit 22887f2

Browse files
chore: update CHANGELOG for version 0.0.3, add example app and documentation, and bump version in pubspec.yaml and README.md
1 parent bf09b41 commit 22887f2

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Add this to your package's `pubspec.yaml` file:
6666

6767
```yaml
6868
dependencies:
69-
masterfabric_core: ^0.0.2
69+
masterfabric_core: ^0.0.3
7070
```
7171
7272
Then 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
277277
dependencies:
278-
masterfabric_core: ^0.0.2
278+
masterfabric_core: ^0.0.3
279279
```
280280
281281
---

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: masterfabric_core
22
description: "Core utilities, base classes, and shared logic for the MasterFabric Flutter project."
3-
version: 0.0.2
3+
version: 0.0.3
44
homepage: https://github.com/gurkanfikretgunak/masterfabric_core
55
repository: https://github.com/gurkanfikretgunak/masterfabric_core
66

0 commit comments

Comments
 (0)