Skip to content

Commit

Permalink
chore: Update dependencies and configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
bazookon committed May 14, 2024
1 parent b0d3c06 commit fc220ca
Show file tree
Hide file tree
Showing 11 changed files with 219 additions and 187 deletions.
3 changes: 1 addition & 2 deletions .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"flutterSdkVersion": "3.16.5",
"flavors": {}
"flutterSdkVersion": "3.22.0"
}
4 changes: 4 additions & 0 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flutter": "3.22.0",
"flavors": {}
}
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ build/
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3

# fvm
.fvm/flutter_sdk
# FVM Version Cache
.fvm/
25 changes: 11 additions & 14 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
// add dart fix --apply on save
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"dart.flutterSdkPath": ".fvm/flutter_sdk",
//Eliminar archivos .fvm de búsqueda
"search.exclude": {
"**/.fvm": true
},
// Eliminar de la observación de archivos
"files.watcherExclude": {
"**/.fvm": true
},
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"dart.flutterSdkPath": ".fvm/versions/3.22.0",
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
}
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.5.5] - 2024-05-14
* Up-to-date dependencies
* Fixed issue with the with of the bottom sheet
* Work's with flutter 3.22 🎉 and Webassembly


## [3.5.4] - 2024-01-09
* Up-to-date dependencies
* Hungarian Added [#60](https://github.com/bazookon/giphy_get/pull/60) thanks to [seelrd](https://github.com/seelrd)
Expand Down
17 changes: 0 additions & 17 deletions example/lib/generated_plugin_registrant.dart

This file was deleted.

Loading

0 comments on commit fc220ca

Please sign in to comment.