mirror of
https://github.com/Iconica-Development/flutter_start.git
synced 2025-05-19 02:23:46 +02:00
Merge pull request #35 from Iconica-Development/chore/deploy
chore: ready the package for deployment to the pub server
This commit is contained in:
commit
d0b0f88ad3
3 changed files with 16 additions and 17 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -44,3 +44,7 @@ app.*.map.json
|
||||||
ios
|
ios
|
||||||
.metadata
|
.metadata
|
||||||
pubspec.lock
|
pubspec.lock
|
||||||
|
|
||||||
|
# FVM Version Cache
|
||||||
|
.fvm/
|
||||||
|
.fvmrc
|
||||||
|
|
|
@ -12,10 +12,8 @@ dependencies:
|
||||||
flutter_start:
|
flutter_start:
|
||||||
path: ../
|
path: ../
|
||||||
flutter_introduction_shared_preferences:
|
flutter_introduction_shared_preferences:
|
||||||
git:
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
url: https://github.com/Iconica-Development/flutter_introduction
|
version: "^4.0.0"
|
||||||
ref: 4.0.0
|
|
||||||
path: packages/flutter_introduction_shared_preferences
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
23
pubspec.yaml
23
pubspec.yaml
|
@ -1,28 +1,25 @@
|
||||||
name: flutter_start
|
name: flutter_start
|
||||||
description: "Flutter_start is a package that allows you to jumpstart your application with a splashScreen, introduction and a home."
|
description: "Flutter_start is a package that allows you to jumpstart your application with a splashScreen, introduction and a home."
|
||||||
publish_to: "none"
|
|
||||||
version: 4.2.0
|
version: 4.2.0
|
||||||
|
|
||||||
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.2.5 <4.0.0"
|
sdk: ">=3.2.5 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
cupertino_icons: ^1.0.2
|
cupertino_icons: ">=1.0.2 <2.0.0"
|
||||||
go_router: any
|
go_router: ">=14.2.0 <15.0.0"
|
||||||
http: any
|
http: ">=1.2.1 <2.0.0"
|
||||||
package_info_plus: any
|
package_info_plus: ">=8.0.0 <9.0.0"
|
||||||
flutter_introduction:
|
flutter_introduction:
|
||||||
git:
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
url: https://github.com/Iconica-Development/flutter_introduction
|
version: "^4.0.0"
|
||||||
ref: 4.0.0
|
|
||||||
path: packages/flutter_introduction
|
|
||||||
flutter_introduction_shared_preferences:
|
flutter_introduction_shared_preferences:
|
||||||
git:
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
url: https://github.com/Iconica-Development/flutter_introduction
|
version: "^4.0.0"
|
||||||
ref: 4.0.0
|
|
||||||
path: packages/flutter_introduction_shared_preferences
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
Loading…
Reference in a new issue