Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(flkit): Generation fails due to compilation error #37

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"página",
"Texto",
"Angelov",
"widgetbook"
"widgetbook",
"flkit"
]
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-11-20

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_launch_kit` - `v0.0.1`](#flutter_launch_kit---v001)

---

#### `flutter_launch_kit` - `v0.0.1`

- **FEAT**(flkit): Rename brick to Flutter Launch Kit([#32](https://github.com/aaroncrutchfield/Flutter_Masterclass.git/issues/32)). ([52383c31](https://github.com/aaroncrutchfield/Flutter_Masterclass.git/commit/52383c31d593d07474f2ae961a39604ab5b141bb))


## 2024-11-07

### Changes
Expand Down
4 changes: 4 additions & 0 deletions bricks/flutter_launch_kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
## 0.0.1

- **FEAT**(flkit): Rename brick to Flutter Launch Kit([#32](https://github.com/aaroncrutchfield/Flutter_Masterclass.git/issues/32)). ([52383c31](https://github.com/aaroncrutchfield/Flutter_Masterclass.git/commit/52383c31d593d07474f2ae961a39604ab5b141bb))


6 changes: 3 additions & 3 deletions bricks/flutter_launch_kit/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flkit_app
description: A Flutter app created by Flutter Launch Kit.
version: 0.1.0
name: flutter_launch_kit
description: Creates a Flutter app using the Flutter Launch Kit template.
version: 0.0.1

environment:
mason: ">=0.1.0-dev.52 <0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion bricks/flutter_launch_kit/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: flutter_launch_kit
name: flutter_launch_kit_hooks

environment:
sdk: ^3.5.0
Expand Down
4 changes: 4 additions & 0 deletions bricks/flutter_launch_kit/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: flutter_launch_kit
version: 0.0.1


2 changes: 1 addition & 1 deletion mason-lock.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"bricks":{"flutter_bloc_feature":"0.3.2","dependency_injection":{"path":"bricks/dependency_injection"}}}
{"bricks":{"flutter_bloc_feature":"0.3.2","dependency_injection":{"path":"bricks/dependency_injection"},"flutter_launch_kit":{"path":"bricks/flutter_launch_kit"}}}
4 changes: 3 additions & 1 deletion mason.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
bricks:
flutter_bloc_feature: ^0.3.2
dependency_injection:
path: bricks/dependency_injection
path: bricks/dependency_injection
flutter_launch_kit:
path: bricks/flutter_launch_kit