Compare commits
4 Commits
0a950638db
...
efa4c4e13d
Author | SHA1 | Date | |
---|---|---|---|
efa4c4e13d | |||
edb74a6748 | |||
e460908a7c | |||
c19e016702 |
93
CHANGELOG.md
93
CHANGELOG.md
@ -3,6 +3,99 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## 2023-08-28
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Packages with breaking changes:
|
||||||
|
|
||||||
|
- [`wyatt_ui_components` - `v0.3.0`](#wyatt_ui_components---v030)
|
||||||
|
|
||||||
|
Packages with other changes:
|
||||||
|
|
||||||
|
- [`wyatt_architecture` - `v0.2.0+1`](#wyatt_architecture---v0201)
|
||||||
|
- [`wyatt_authentication_bloc` - `v0.5.1+2`](#wyatt_authentication_bloc---v0512)
|
||||||
|
- [`wyatt_bloc_layout` - `v0.1.2`](#wyatt_bloc_layout---v012)
|
||||||
|
- [`wyatt_cloud_messaging_bloc_base` - `v0.1.1+2`](#wyatt_cloud_messaging_bloc_base---v0112)
|
||||||
|
- [`wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+2`](#wyatt_cloud_messaging_bloc_firebase---v0102)
|
||||||
|
- [`wyatt_crud_bloc` - `v0.1.1+1`](#wyatt_crud_bloc---v0111)
|
||||||
|
- [`wyatt_form_bloc` - `v0.2.0+4`](#wyatt_form_bloc---v0204)
|
||||||
|
- [`wyatt_http_client` - `v2.0.1`](#wyatt_http_client---v201)
|
||||||
|
- [`wyatt_i18n` - `v2.0.1`](#wyatt_i18n---v201)
|
||||||
|
- [`wyatt_ui_kit` - `v3.2.0`](#wyatt_ui_kit---v320)
|
||||||
|
- [`wyatt_ui_layout` - `v0.1.2`](#wyatt_ui_layout---v012)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
#### `wyatt_ui_components` - `v0.3.0`
|
||||||
|
|
||||||
|
- **FIX**: apply dart format.
|
||||||
|
- **FEAT**(ui_components): marking fields as private since it was accessible from getters.
|
||||||
|
- **BREAKING** **FEAT**(ui_components): available same type component usage (#200).
|
||||||
|
|
||||||
|
#### `wyatt_architecture` - `v0.2.0+1`
|
||||||
|
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
|
||||||
|
#### `wyatt_authentication_bloc` - `v0.5.1+2`
|
||||||
|
|
||||||
|
- **FIX**(authentication_bloc): upgrade google sign to his major v.
|
||||||
|
- **FIX**: apply dart format.
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
- **FIX**(authentication_bloc): go router version refactoring.
|
||||||
|
- **FIX**: use correct behavior subject for stream session.
|
||||||
|
|
||||||
|
#### `wyatt_bloc_layout` - `v0.1.2`
|
||||||
|
|
||||||
|
- **REFACTOR**(bloc_layouts): refactored block using the ui layout package, due to breaking changes.
|
||||||
|
- **FIX**(bloc_layout): typo on erroId.
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
- **FEAT**(bloc_layout): add components ids in crud mixin.
|
||||||
|
- **DOCS**: update plantuml models.
|
||||||
|
|
||||||
|
#### `wyatt_cloud_messaging_bloc_base` - `v0.1.1+2`
|
||||||
|
|
||||||
|
- **FIX**: apply dart format.
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
- **DOCS**(cloud_messaging_bloc): add reamde.
|
||||||
|
|
||||||
|
#### `wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+2`
|
||||||
|
|
||||||
|
- **REFACTOR**(cloud_messaging_bloc_firebase): update deps.
|
||||||
|
- **DOCS**(cloud_messaging_bloc): add reamde.
|
||||||
|
|
||||||
|
#### `wyatt_crud_bloc` - `v0.1.1+1`
|
||||||
|
|
||||||
|
- **FIX**: apply dart format.
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
|
||||||
|
#### `wyatt_form_bloc` - `v0.2.0+4`
|
||||||
|
|
||||||
|
- **FIX**: apply dart format.
|
||||||
|
|
||||||
|
#### `wyatt_http_client` - `v2.0.1`
|
||||||
|
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
|
||||||
|
#### `wyatt_i18n` - `v2.0.1`
|
||||||
|
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
|
||||||
|
#### `wyatt_ui_kit` - `v3.2.0`
|
||||||
|
|
||||||
|
- **REFACTOR**(ui_kit): Refactored code using the UI components package, due to breaking changes.
|
||||||
|
- **FIX**: apply dart format.
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
- **FEAT**: implement notification abstraction package.
|
||||||
|
|
||||||
|
#### `wyatt_ui_layout` - `v0.1.2`
|
||||||
|
|
||||||
|
- **REFACTOR**(ui_layouts): Refactored block using the UI components package, introducing breaking changes.
|
||||||
|
- **FEAT**: implement notification abstraction package.
|
||||||
|
|
||||||
|
|
||||||
## 2023-08-21
|
## 2023-08-21
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
@ -22,4 +22,4 @@ version: 2.5.0
|
|||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## 0.2.0+1
|
||||||
|
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
> Note: This release has breaking changes.
|
> Note: This release has breaking changes.
|
||||||
|
@ -47,7 +47,7 @@ dependencies:
|
|||||||
version: ^2.0.1
|
version: ^2.0.1
|
||||||
wyatt_http_client:
|
wyatt_http_client:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
version: ^2.0.0
|
version: ^2.0.1
|
||||||
wyatt_type_utils:
|
wyatt_type_utils:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.0.5
|
version: ^0.0.5
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
name: wyatt_architecture
|
name: wyatt_architecture
|
||||||
description: Wyatt Architecture contains useful classes to help you to create a clean architecture following the Wyatt Architecture principles.
|
description: Wyatt Architecture contains useful classes to help you to create a clean architecture following the Wyatt Architecture principles.
|
||||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_architecture
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_architecture
|
||||||
version: 0.2.0
|
version: 0.2.0+1
|
||||||
|
|
||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
## 0.5.1+2
|
||||||
|
|
||||||
|
- **FIX**(authentication_bloc): upgrade google sign to his major v.
|
||||||
|
- **FIX**: apply dart format.
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
- **FIX**(authentication_bloc): go router version refactoring.
|
||||||
|
- **FIX**: use correct behavior subject for stream session.
|
||||||
|
|
||||||
## 0.5.1+1
|
## 0.5.1+1
|
||||||
|
|
||||||
- **FIX**: use correct behavior subject for stream session.
|
- **FIX**: use correct behavior subject for stream session.
|
||||||
|
@ -42,11 +42,11 @@ dependencies:
|
|||||||
|
|
||||||
wyatt_form_bloc:
|
wyatt_form_bloc:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
version: 0.2.0+3
|
version: 0.2.0+4
|
||||||
|
|
||||||
wyatt_architecture:
|
wyatt_architecture:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
version: 0.2.0
|
version: 0.2.0+1
|
||||||
|
|
||||||
wyatt_type_utils:
|
wyatt_type_utils:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wyatt_authentication_bloc
|
name: wyatt_authentication_bloc
|
||||||
description: Authentication BLoC for Flutter
|
description: Authentication BLoC for Flutter
|
||||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_authentication_bloc
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_authentication_bloc
|
||||||
version: 0.5.1+1
|
version: 0.5.1+2
|
||||||
|
|
||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
@ -20,11 +20,11 @@ dependencies:
|
|||||||
|
|
||||||
wyatt_form_bloc:
|
wyatt_form_bloc:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
version: ^0.2.0+3
|
version: ^0.2.0+4
|
||||||
|
|
||||||
wyatt_architecture:
|
wyatt_architecture:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
version: ^0.2.0
|
version: ^0.2.0+1
|
||||||
|
|
||||||
wyatt_type_utils:
|
wyatt_type_utils:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
- **REFACTOR**(bloc_layouts): refactored block using the ui layout package, due to breaking changes.
|
||||||
|
- **FIX**(bloc_layout): typo on erroId.
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
- **FEAT**(bloc_layout): add components ids in crud mixin.
|
||||||
|
- **DOCS**: update plantuml models.
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
- **FEAT**(bloc_layout): add consumer layouts.
|
- **FEAT**(bloc_layout): add consumer layouts.
|
||||||
|
@ -39,13 +39,13 @@ dependencies:
|
|||||||
version: ^2.0.1
|
version: ^2.0.1
|
||||||
wyatt_ui_layout:
|
wyatt_ui_layout:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.1.1
|
version: ^0.1.2
|
||||||
wyatt_crud_bloc:
|
wyatt_crud_bloc:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.1.1
|
version: ^0.1.1+1
|
||||||
wyatt_ui_components:
|
wyatt_ui_components:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.2.2
|
version: ^0.3.0
|
||||||
wyatt_component_copy_with_extension:
|
wyatt_component_copy_with_extension:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^2.0.1
|
version: ^2.0.1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wyatt_bloc_layout
|
name: wyatt_bloc_layout
|
||||||
description: Layouts based on bloc helper library
|
description: Layouts based on bloc helper library
|
||||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_bloc_layout
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_bloc_layout
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
|
|
||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
@ -19,15 +19,15 @@ dependencies:
|
|||||||
|
|
||||||
wyatt_ui_layout:
|
wyatt_ui_layout:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.1.1
|
version: ^0.1.2
|
||||||
|
|
||||||
wyatt_crud_bloc:
|
wyatt_crud_bloc:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.1.1
|
version: ^0.1.1+1
|
||||||
|
|
||||||
wyatt_ui_components:
|
wyatt_ui_components:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.2.2
|
version: ^0.3.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test: { sdk: flutter }
|
flutter_test: { sdk: flutter }
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
## 0.1.1+2
|
||||||
|
|
||||||
|
- **FIX**: apply dart format.
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
- **DOCS**(cloud_messaging_bloc): add reamde.
|
||||||
|
|
||||||
## 0.1.1+1
|
## 0.1.1+1
|
||||||
|
|
||||||
- **FIX**: fix unimplemented error in listenable use case.
|
- **FIX**: fix unimplemented error in listenable use case.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wyatt_cloud_messaging_bloc_base
|
name: wyatt_cloud_messaging_bloc_base
|
||||||
description: A starting point for Dart libraries or applications.
|
description: A starting point for Dart libraries or applications.
|
||||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_notification_bloc
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_notification_bloc
|
||||||
version: 0.1.1+1
|
version: 0.1.1+2
|
||||||
|
|
||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ dependencies:
|
|||||||
hosted:
|
hosted:
|
||||||
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
name: wyatt_architecture
|
name: wyatt_architecture
|
||||||
version: ^0.2.0
|
version: ^0.2.0+1
|
||||||
wyatt_type_utils:
|
wyatt_type_utils:
|
||||||
hosted:
|
hosted:
|
||||||
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
## 0.1.0+2
|
||||||
|
|
||||||
|
- **REFACTOR**(cloud_messaging_bloc_firebase): update deps.
|
||||||
|
- **DOCS**(cloud_messaging_bloc): add reamde.
|
||||||
|
|
||||||
## 0.1.0+1
|
## 0.1.0+1
|
||||||
|
|
||||||
- **REFACTOR**(cloud_messaging_bloc_firebase): update deps.
|
- **REFACTOR**(cloud_messaging_bloc_firebase): update deps.
|
||||||
|
@ -5,7 +5,7 @@ version: 1.0.0
|
|||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.0 <3.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wyatt_cloud_messaging_bloc_firebase
|
name: wyatt_cloud_messaging_bloc_firebase
|
||||||
description: A.
|
description: A.
|
||||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_cloud_messaging_bloc_firebase
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_cloud_messaging_bloc_firebase
|
||||||
version: 0.1.0+1
|
version: 0.1.0+2
|
||||||
|
|
||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ dependencies:
|
|||||||
|
|
||||||
wyatt_cloud_messaging_bloc_base:
|
wyatt_cloud_messaging_bloc_base:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.1.1+1
|
version: ^0.1.1+2
|
||||||
|
|
||||||
|
|
||||||
path: ^1.8.0
|
path: ^1.8.0
|
||||||
|
@ -5,7 +5,7 @@ version: 1.0.0
|
|||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.0 <3.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
flutter: ">=3.0.0"
|
flutter: ">=3.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -6,7 +6,7 @@ version: 2.0.1
|
|||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.0 <3.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
meta: ^1.8.0
|
meta: ^1.8.0
|
||||||
|
@ -5,7 +5,7 @@ version: 1.0.0
|
|||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.0 <3.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter: { sdk: flutter }
|
flutter: { sdk: flutter }
|
||||||
@ -16,7 +16,7 @@ dependencies:
|
|||||||
|
|
||||||
wyatt_ui_components:
|
wyatt_ui_components:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.2.2
|
version: ^0.3.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^2.3.3
|
build_runner: ^2.3.3
|
||||||
|
@ -6,7 +6,7 @@ version: 2.0.1
|
|||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.0 <3.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
build: ^2.3.1
|
build: ^2.3.1
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
## 0.1.1+1
|
||||||
|
|
||||||
|
- **FIX**: apply dart format.
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
- **REFACTOR**: remove cross package export.
|
- **REFACTOR**: remove cross package export.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wyatt_crud_bloc
|
name: wyatt_crud_bloc
|
||||||
description: Create/Read/Update/Delete BLoC for Flutter
|
description: Create/Read/Update/Delete BLoC for Flutter
|
||||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_crud_bloc
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_crud_bloc
|
||||||
version: 0.1.1
|
version: 0.1.1+1
|
||||||
|
|
||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ dependencies:
|
|||||||
|
|
||||||
wyatt_architecture:
|
wyatt_architecture:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
version: ^0.2.0
|
version: ^0.2.0+1
|
||||||
|
|
||||||
wyatt_type_utils:
|
wyatt_type_utils:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## 0.2.0+4
|
||||||
|
|
||||||
|
- **FIX**: apply dart format.
|
||||||
|
|
||||||
## 0.2.0+3
|
## 0.2.0+3
|
||||||
|
|
||||||
- **REFACTOR**: remove cross package export.
|
- **REFACTOR**: remove cross package export.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wyatt_form_bloc
|
name: wyatt_form_bloc
|
||||||
description: Manage forms in Dart & Flutter with Bloc
|
description: Manage forms in Dart & Flutter with Bloc
|
||||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_form_bloc
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_form_bloc
|
||||||
version: 0.2.0+3
|
version: 0.2.0+4
|
||||||
|
|
||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ dependencies:
|
|||||||
|
|
||||||
wyatt_architecture:
|
wyatt_architecture:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
version: ^0.2.0
|
version: ^0.2.0+1
|
||||||
|
|
||||||
wyatt_type_utils:
|
wyatt_type_utils:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## 2.0.1
|
||||||
|
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
|
||||||
## 2.0.0
|
## 2.0.0
|
||||||
|
|
||||||
> Note: This release has breaking changes.
|
> Note: This release has breaking changes.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wyatt_http_client
|
name: wyatt_http_client
|
||||||
description: A Dart client for RESTful APIs with authentication.
|
description: A Dart client for RESTful APIs with authentication.
|
||||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_http_client
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_http_client
|
||||||
version: 2.0.0
|
version: 2.0.1
|
||||||
|
|
||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## 2.0.1
|
||||||
|
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
|
||||||
## 2.0.0+1
|
## 2.0.0+1
|
||||||
|
|
||||||
## 2.0.0
|
## 2.0.0
|
||||||
|
@ -3,7 +3,7 @@ description: A new Flutter project.
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.0 <3.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter: { sdk: flutter }
|
flutter: { sdk: flutter }
|
||||||
flutter_localizations: { sdk: flutter }
|
flutter_localizations: { sdk: flutter }
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wyatt_i18n
|
name: wyatt_i18n
|
||||||
description: Library to handle internationalization in Flutter apps.
|
description: Library to handle internationalization in Flutter apps.
|
||||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_i18n
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_i18n
|
||||||
version: 2.0.0+1
|
version: 2.0.1
|
||||||
|
|
||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ dependencies:
|
|||||||
hosted:
|
hosted:
|
||||||
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
name: wyatt_architecture
|
name: wyatt_architecture
|
||||||
version: ^0.2.0
|
version: ^0.2.0+1
|
||||||
wyatt_bloc_helper:
|
wyatt_bloc_helper:
|
||||||
hosted:
|
hosted:
|
||||||
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
## 0.3.0
|
||||||
|
|
||||||
|
> Note: This release has breaking changes.
|
||||||
|
|
||||||
|
- **FIX**: apply dart format.
|
||||||
|
- **FEAT**(ui_components): marking fields as private since it was accessible from getters.
|
||||||
|
- **BREAKING** **FEAT**(ui_components): available same type component usage (#200).
|
||||||
|
|
||||||
## 0.2.2
|
## 0.2.2
|
||||||
|
|
||||||
- **FIX**: upgrade to flutter 3.10.
|
- **FIX**: upgrade to flutter 3.10.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wyatt_ui_components
|
name: wyatt_ui_components
|
||||||
description: Components that can be implemented in any application with copy constructor.
|
description: Components that can be implemented in any application with copy constructor.
|
||||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_components
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_components
|
||||||
version: 0.2.2
|
version: 0.3.0
|
||||||
|
|
||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
## 3.2.0
|
||||||
|
|
||||||
|
- **REFACTOR**(ui_kit): Refactored code using the UI components package, due to breaking changes.
|
||||||
|
- **FIX**: apply dart format.
|
||||||
|
- **FIX**: apply dart fix --apply.
|
||||||
|
- **FEAT**: implement notification abstraction package.
|
||||||
|
|
||||||
## 3.1.0
|
## 3.1.0
|
||||||
|
|
||||||
- **FIX**: upgrade to flutter 3.10.
|
- **FIX**: upgrade to flutter 3.10.
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
// This is a generated file; do not edit or check into version control.
|
|
||||||
FLUTTER_ROOT=/Users/maloleon/Library/flutter
|
|
||||||
FLUTTER_APPLICATION_PATH=/Users/maloleon/Studio/wyatt-packages/packages/wyatt_ui_kit/example
|
|
||||||
COCOAPODS_PARALLEL_CODE_SIGN=true
|
|
||||||
FLUTTER_BUILD_DIR=build
|
|
||||||
FLUTTER_BUILD_NAME=1.0.0
|
|
||||||
FLUTTER_BUILD_NUMBER=1.0.0
|
|
||||||
DART_OBFUSCATION=false
|
|
||||||
TRACK_WIDGET_CREATION=true
|
|
||||||
TREE_SHAKE_ICONS=false
|
|
||||||
PACKAGE_CONFIG=.dart_tool/package_config.json
|
|
@ -1,12 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# This is a generated file; do not edit or check into version control.
|
|
||||||
export "FLUTTER_ROOT=/Users/maloleon/Library/flutter"
|
|
||||||
export "FLUTTER_APPLICATION_PATH=/Users/maloleon/Studio/wyatt-packages/packages/wyatt_ui_kit/example"
|
|
||||||
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
|
|
||||||
export "FLUTTER_BUILD_DIR=build"
|
|
||||||
export "FLUTTER_BUILD_NAME=1.0.0"
|
|
||||||
export "FLUTTER_BUILD_NUMBER=1.0.0"
|
|
||||||
export "DART_OBFUSCATION=false"
|
|
||||||
export "TRACK_WIDGET_CREATION=true"
|
|
||||||
export "TREE_SHAKE_ICONS=false"
|
|
||||||
export "PACKAGE_CONFIG=.dart_tool/package_config.json"
|
|
@ -5,7 +5,7 @@ version: 1.0.0
|
|||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.0 <3.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter: { sdk: flutter }
|
flutter: { sdk: flutter }
|
||||||
@ -20,7 +20,7 @@ dependencies:
|
|||||||
|
|
||||||
wyatt_ui_components:
|
wyatt_ui_components:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.2.2
|
version: ^0.3.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test: { sdk: flutter }
|
flutter_test: { sdk: flutter }
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
name: wyatt_ui_kit
|
name: wyatt_ui_kit
|
||||||
description: UIKit and Design System used in Wyatt Studio.
|
description: UIKit and Design System used in Wyatt Studio.
|
||||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_kit
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_kit
|
||||||
version: 3.1.0
|
version: 3.2.0
|
||||||
|
|
||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.0 <3.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
dotted_border: ^2.0.0+3
|
dotted_border: ^2.0.0+3
|
||||||
@ -25,7 +25,7 @@ dependencies:
|
|||||||
version: ^2.0.1
|
version: ^2.0.1
|
||||||
wyatt_ui_components:
|
wyatt_ui_components:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.2.2
|
version: ^0.3.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^2.3.3
|
build_runner: ^2.3.3
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
- **REFACTOR**(ui_layouts): Refactored block using the UI components package, introducing breaking changes.
|
||||||
|
- **FEAT**: implement notification abstraction package.
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
- **FEAT**(ui_layout-bloc_layout): proxy scaffold fields.
|
- **FEAT**(ui_layout-bloc_layout): proxy scaffold fields.
|
||||||
|
@ -36,7 +36,7 @@ dependencies:
|
|||||||
|
|
||||||
wyatt_ui_components:
|
wyatt_ui_components:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.2.2
|
version: ^0.3.0
|
||||||
wyatt_component_copy_with_extension:
|
wyatt_component_copy_with_extension:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^2.0.1
|
version: ^2.0.1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wyatt_ui_layout
|
name: wyatt_ui_layout
|
||||||
description: Main layouts to help you build your application views.
|
description: Main layouts to help you build your application views.
|
||||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_layout
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_layout
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
|
|
||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ dependencies:
|
|||||||
|
|
||||||
wyatt_ui_components:
|
wyatt_ui_components:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.2.2
|
version: ^0.3.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test: { sdk: flutter }
|
flutter_test: { sdk: flutter }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user