mirror of
https://github.com/Iconica-Development/flutter_profile.git
synced 2025-05-19 01:03:45 +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-dependencies
|
||||
.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
|
||||
|
||||
- Updated flutter_input_library to 3.2.1
|
||||
|
|
|
@ -2,8 +2,7 @@ name: flutter_profile
|
|||
description: Flutter profile package
|
||||
version: 1.5.2
|
||||
repository: https://github.com/Iconica-Development/flutter_profile
|
||||
|
||||
publish_to: none
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
|
||||
environment:
|
||||
sdk: ^3.0.0
|
||||
|
@ -13,9 +12,8 @@ dependencies:
|
|||
cached_network_image: ^3.3.0
|
||||
|
||||
flutter_input_library:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_input_library
|
||||
ref: 3.3.1
|
||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
version: ^3.3.1
|
||||
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
|
Loading…
Reference in a new issue