mirror of
https://github.com/Iconica-Development/flutter_profile.git
synced 2025-05-19 09:13:44 +02:00
chore: ready for publishing
This commit is contained in:
parent
4171e6db59
commit
b32ea7d7ac
4 changed files with 13 additions and 5 deletions
3
.fvmrc
Normal file
3
.fvmrc
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"flutter": "3.22.1"
|
||||||
|
}
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -38,3 +38,6 @@ example/web/
|
||||||
.flutter-plugins
|
.flutter-plugins
|
||||||
.flutter-plugins-dependencies
|
.flutter-plugins-dependencies
|
||||||
.metadata
|
.metadata
|
||||||
|
|
||||||
|
# FVM Version Cache
|
||||||
|
.fvm/
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.5.2
|
||||||
|
|
||||||
|
- Only accept nullable strings when building items for an itemlist
|
||||||
|
|
||||||
## 1.5.0
|
## 1.5.0
|
||||||
|
|
||||||
- Updated flutter_input_library to 3.2.1
|
- Updated flutter_input_library to 3.2.1
|
||||||
|
|
|
@ -2,8 +2,7 @@ name: flutter_profile
|
||||||
description: Flutter profile package
|
description: Flutter profile package
|
||||||
version: 1.5.2
|
version: 1.5.2
|
||||||
repository: https://github.com/Iconica-Development/flutter_profile
|
repository: https://github.com/Iconica-Development/flutter_profile
|
||||||
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
publish_to: none
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.0.0
|
sdk: ^3.0.0
|
||||||
|
@ -13,9 +12,8 @@ dependencies:
|
||||||
cached_network_image: ^3.3.0
|
cached_network_image: ^3.3.0
|
||||||
|
|
||||||
flutter_input_library:
|
flutter_input_library:
|
||||||
git:
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
url: https://github.com/Iconica-Development/flutter_input_library
|
version: ^3.3.1
|
||||||
ref: 3.3.1
|
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
Loading…
Reference in a new issue