Compare commits
	
		
			No commits in common. "7e9922ca75bc728e78c9a8b96418eef51dd4bd1f" and "9356519e17ea46a80dcb9dfe7538873241d31ef5" have entirely different histories.
		
	
	
		
			7e9922ca75
			...
			9356519e17
		
	
		
							
								
								
									
										19
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @ -3,25 +3,6 @@ | |||||||
| 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. | ||||||
| 
 | 
 | ||||||
| ## 2025-05-21 |  | ||||||
| 
 |  | ||||||
| ### Changes |  | ||||||
| 
 |  | ||||||
| --- |  | ||||||
| 
 |  | ||||||
| Packages with breaking changes: |  | ||||||
| 
 |  | ||||||
|  - There are no breaking changes in this release. |  | ||||||
| 
 |  | ||||||
| Packages with other changes: |  | ||||||
| 
 |  | ||||||
|  - [`wyatt_bloc_helper` - `v2.0.3`](#wyatt_bloc_helper---v203) |  | ||||||
| 
 |  | ||||||
| --- |  | ||||||
| 
 |  | ||||||
| #### `wyatt_bloc_helper` - `v2.0.3` |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ## 2025-05-21 | ## 2025-05-21 | ||||||
| 
 | 
 | ||||||
| ### Changes | ### Changes | ||||||
|  | |||||||
| @ -39,7 +39,7 @@ To use the lints, add a dependency in your `pubspec.yaml` : | |||||||
| ```yaml | ```yaml | ||||||
| wyatt_analysis: | wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ | ||||||
|     version: 2.7.0 |     version: 2.6.1 | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| Then, add an include in `analysis_options.yaml` : | Then, add an include in `analysis_options.yaml` : | ||||||
|  | |||||||
| @ -44,7 +44,7 @@ dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_bloc_helper: |   wyatt_bloc_helper: | ||||||
|     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.3 |     version: ^2.0.2 | ||||||
|   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.1 |     version: ^2.0.1 | ||||||
| @ -61,7 +61,7 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
| 
 | 
 | ||||||
| # For information on the generic Dart part of this file, see the | # For information on the generic Dart part of this file, see the | ||||||
| # following page: https://dart.dev/tools/pub/pubspec | # following page: https://dart.dev/tools/pub/pubspec | ||||||
|  | |||||||
| @ -28,9 +28,9 @@ dependencies: | |||||||
|   generic_usecase: ^3.0.0 |   generic_usecase: ^3.0.0 | ||||||
|   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.1.0+1 |     version: ^0.0.5 | ||||||
| 
 | 
 | ||||||
| dev_dependencies: | dev_dependencies: | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.6.1 | ||||||
|  | |||||||
| @ -22,15 +22,15 @@ 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+6 |     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+3 |     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/ | ||||||
|     version: ^0.1.0+1 |     version: ^0.0.5 | ||||||
| 
 | 
 | ||||||
| dev_dependencies: | dev_dependencies: | ||||||
|   flutter_test: { sdk: flutter } |   flutter_test: { sdk: flutter } | ||||||
| @ -39,4 +39,4 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
|  | |||||||
| @ -1,5 +1,3 @@ | |||||||
| ## 2.0.3 |  | ||||||
| 
 |  | ||||||
| ## 2.0.2 | ## 2.0.2 | ||||||
| 
 | 
 | ||||||
|  - **FIX**: compilation issue with flutter 3.16.0 and generics name. |  - **FIX**: compilation issue with flutter 3.16.0 and generics name. | ||||||
|  | |||||||
| @ -1,7 +1,7 @@ | |||||||
| name: wyatt_bloc_helper | name: wyatt_bloc_helper | ||||||
| description: Your best friend for blocs in Flutter | description: Your best friend for blocs in Flutter | ||||||
| repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_bloc_helper | repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_bloc_helper | ||||||
| version: 2.0.3 | version: 2.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 | ||||||
| 
 | 
 | ||||||
| @ -20,4 +20,4 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
|  | |||||||
| @ -36,7 +36,7 @@ dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_bloc_helper: |   wyatt_bloc_helper: | ||||||
|     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.3 |     version: ^2.0.2 | ||||||
|   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.2+3 |     version: ^0.1.2+3 | ||||||
| @ -59,7 +59,7 @@ dev_dependencies: | |||||||
|     version: ^2.0.1 |     version: ^2.0.1 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
| 
 | 
 | ||||||
| # For information on the generic Dart part of this file, see the | # For information on the generic Dart part of this file, see the | ||||||
| # following page: https://dart.dev/tools/pub/pubspec | # following page: https://dart.dev/tools/pub/pubspec | ||||||
|  | |||||||
| @ -15,19 +15,19 @@ dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_bloc_helper: |   wyatt_bloc_helper: | ||||||
|     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.3 |     version: ^2.0.2 | ||||||
| 
 | 
 | ||||||
|   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.3 |     version: ^0.1.2+3 | ||||||
| 
 | 
 | ||||||
|   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.2.0+2 |     version: ^0.2.0 | ||||||
| 
 | 
 | ||||||
|   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.4.0 |     version: ^0.3.0+2 | ||||||
| 
 | 
 | ||||||
| dev_dependencies: | dev_dependencies: | ||||||
|   flutter_test: { sdk: flutter } |   flutter_test: { sdk: flutter } | ||||||
|  | |||||||
| @ -19,20 +19,20 @@ 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+3 |     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/ | ||||||
|       name: wyatt_type_utils |       name: wyatt_type_utils | ||||||
|     version: ^0.1.0+1 |     version: ^0.0.5 | ||||||
|   wyatt_bloc_helper: |   wyatt_bloc_helper: | ||||||
|     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.3 |     version: ^2.0.2 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| dev_dependencies: | dev_dependencies: | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ | ||||||
|     version: ^2.7.0 |     version: 2.2.2 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -28,7 +28,7 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.4.0 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| # The following section is specific to Flutter. | # The following section is specific to Flutter. | ||||||
|  | |||||||
| @ -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+5 |     version: ^0.1.1+3 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|   path: ^1.8.0 |   path: ^1.8.0 | ||||||
| @ -32,7 +32,7 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.4.0 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| # The following section is specific to Flutter. | # The following section is specific to Flutter. | ||||||
|  | |||||||
| @ -20,7 +20,7 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
| 
 | 
 | ||||||
| # The following section is specific to Flutter. | # The following section is specific to Flutter. | ||||||
| flutter: | flutter: | ||||||
|  | |||||||
| @ -14,4 +14,4 @@ dependencies: | |||||||
| dev_dependencies: | dev_dependencies: | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
|  | |||||||
| @ -26,4 +26,4 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
|  | |||||||
| @ -22,4 +22,4 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
|  | |||||||
| @ -25,7 +25,7 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.6.1 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -20,10 +20,10 @@ dependencies: | |||||||
|   meta: ^1.12.0 |   meta: ^1.12.0 | ||||||
|   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+3 |     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 | ||||||
|     version: ^0.1.0+1 |     version: ^0.0.5 | ||||||
|   yaml: ^3.1.2 |   yaml: ^3.1.2 | ||||||
|   yaml_edit: ^2.1.1 |   yaml_edit: ^2.1.1 | ||||||
| 
 | 
 | ||||||
| @ -37,4 +37,4 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.6.1 | ||||||
|  | |||||||
| @ -41,7 +41,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+3 |     version: ^0.2.0+1 | ||||||
| 
 | 
 | ||||||
|   # The following adds the Cupertino Icons font to your application. |   # The following adds the Cupertino Icons font to your application. | ||||||
|   # Use with the CupertinoIcons class for iOS style icons. |   # Use with the CupertinoIcons class for iOS style icons. | ||||||
|  | |||||||
| @ -16,11 +16,11 @@ 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+3 |     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/ | ||||||
|     version: ^0.1.0+1 |     version: ^0.0.5 | ||||||
|   rxdart: ^0.28.0 |   rxdart: ^0.28.0 | ||||||
| 
 | 
 | ||||||
| dev_dependencies: | dev_dependencies: | ||||||
| @ -28,4 +28,4 @@ dev_dependencies: | |||||||
|   bloc_test: ^10.0.0 |   bloc_test: ^10.0.0 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.6.1 | ||||||
|  | |||||||
| @ -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+3 |     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/ | ||||||
| @ -32,4 +32,4 @@ dev_dependencies: | |||||||
|   bloc_test: ^10.0.0 |   bloc_test: ^10.0.0 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.6.1 | ||||||
|  | |||||||
| @ -17,11 +17,11 @@ 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+3 |     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/ | ||||||
|     version: ^0.1.0+1 |     version: ^0.0.5 | ||||||
|    |    | ||||||
| 
 | 
 | ||||||
| dev_dependencies: | dev_dependencies: | ||||||
| @ -30,4 +30,4 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
|  | |||||||
| @ -18,7 +18,7 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.6.1 | ||||||
| 
 | 
 | ||||||
| # The following section is specific to Flutter. | # The following section is specific to Flutter. | ||||||
| flutter: | flutter: | ||||||
|  | |||||||
| @ -17,4 +17,4 @@ dev_dependencies: | |||||||
|   dart_code_linter: ^2.0.0 |   dart_code_linter: ^2.0.0 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.6.1 | ||||||
|  | |||||||
| @ -15,4 +15,4 @@ dependencies: | |||||||
| dev_dependencies: | dev_dependencies: | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
|  | |||||||
| @ -13,7 +13,7 @@ dev_dependencies: | |||||||
|   flutter_test: { sdk: flutter } |   flutter_test: { sdk: flutter } | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
| # The following section is specific to Flutter. | # The following section is specific to Flutter. | ||||||
| flutter: | flutter: | ||||||
|   uses-material-design: true |   uses-material-design: true | ||||||
|  | |||||||
| @ -22,17 +22,17 @@ 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+3 |     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/ | ||||||
|       name: wyatt_bloc_helper |       name: wyatt_bloc_helper | ||||||
|     version: ^2.0.3 |     version: ^2.0.2 | ||||||
|   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/ | ||||||
|       name: wyatt_type_utils |       name: wyatt_type_utils | ||||||
|     version: ^0.1.0+1 |     version: ^0.0.5 | ||||||
|   yaml: ^3.1.1 |   yaml: ^3.1.1 | ||||||
| 
 | 
 | ||||||
| dev_dependencies: | dev_dependencies: | ||||||
| @ -40,4 +40,4 @@ dev_dependencies: | |||||||
|   dart_code_metrics: ^5.5.1 |   dart_code_metrics: ^5.5.1 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
|  | |||||||
| @ -35,4 +35,4 @@ dependencies: | |||||||
| dev_dependencies: | dev_dependencies: | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
|  | |||||||
| @ -16,4 +16,4 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.6.1 | ||||||
|  | |||||||
| @ -46,7 +46,7 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
| 
 | 
 | ||||||
| # For information on the generic Dart part of this file, see the | # For information on the generic Dart part of this file, see the | ||||||
| # following page: https://dart.dev/tools/pub/pubspec | # following page: https://dart.dev/tools/pub/pubspec | ||||||
|  | |||||||
| @ -19,7 +19,7 @@ dev_dependencies: | |||||||
|   flutter_test: { sdk: flutter } |   flutter_test: { sdk: flutter } | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
| 
 | 
 | ||||||
|   build_runner: ^2.3.3 |   build_runner: ^2.3.3 | ||||||
|   copy_with_extension_gen: ^6.0.1 |   copy_with_extension_gen: ^6.0.1 | ||||||
|  | |||||||
| @ -27,7 +27,7 @@ dev_dependencies: | |||||||
| 
 | 
 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
| 
 | 
 | ||||||
| # The following section is specific to Flutter. | # The following section is specific to Flutter. | ||||||
| flutter: | flutter: | ||||||
|  | |||||||
| @ -19,20 +19,20 @@ dependencies: | |||||||
|   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/ | ||||||
|     version: ^2.0.3 |     version: ^2.0.2 | ||||||
|   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 | ||||||
|   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.4.0 |     version: ^0.3.0+2 | ||||||
| 
 | 
 | ||||||
| dev_dependencies: | dev_dependencies: | ||||||
|   build_runner: ^2.3.3 |   build_runner: ^2.3.3 | ||||||
|   flutter_test: { sdk: flutter } |   flutter_test: { sdk: flutter } | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
|   wyatt_component_copy_with_gen: |   wyatt_component_copy_with_gen: | ||||||
|     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 | ||||||
|  | |||||||
| @ -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.4.0 |     version: ^0.3.0+2 | ||||||
|   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 | ||||||
| @ -52,7 +52,7 @@ dev_dependencies: | |||||||
|     version: ^2.0.1 |     version: ^2.0.1 | ||||||
|   wyatt_analysis: |   wyatt_analysis: | ||||||
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub |     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub | ||||||
|     version: ^2.7.0 |     version: ^2.5.0 | ||||||
| 
 | 
 | ||||||
| # For information on the generic Dart part of this file, see the | # For information on the generic Dart part of this file, see the | ||||||
| # following page: https://dart.dev/tools/pub/pubspec | # following page: https://dart.dev/tools/pub/pubspec | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user