mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 19:03:47 +02:00
chore: ready the package for deployment to the pub server
This commit is contained in:
parent
9af9822fc1
commit
5eb914c23a
2 changed files with 4 additions and 50 deletions
|
@ -1,45 +0,0 @@
|
||||||
# This file tracks properties of this Flutter project.
|
|
||||||
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
|
||||||
#
|
|
||||||
# This file should be version controlled.
|
|
||||||
|
|
||||||
version:
|
|
||||||
revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
channel: stable
|
|
||||||
|
|
||||||
project_type: app
|
|
||||||
|
|
||||||
# Tracks metadata for the flutter migrate command
|
|
||||||
migration:
|
|
||||||
platforms:
|
|
||||||
- platform: root
|
|
||||||
create_revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
base_revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
- platform: android
|
|
||||||
create_revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
base_revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
- platform: ios
|
|
||||||
create_revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
base_revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
- platform: linux
|
|
||||||
create_revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
base_revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
- platform: macos
|
|
||||||
create_revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
base_revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
- platform: web
|
|
||||||
create_revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
base_revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
- platform: windows
|
|
||||||
create_revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
base_revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
|
||||||
|
|
||||||
# User provided section
|
|
||||||
|
|
||||||
# List of Local paths (relative to this file) that should be
|
|
||||||
# ignored by the migrate tool.
|
|
||||||
#
|
|
||||||
# Files that are not part of the templates will be ignored by default.
|
|
||||||
unmanaged_files:
|
|
||||||
- 'lib/main.dart'
|
|
||||||
- 'ios/Runner.xcodeproj/project.pbxproj'
|
|
|
@ -3,10 +3,10 @@ description: A new Flutter package project.
|
||||||
version: 6.5.0
|
version: 6.5.0
|
||||||
homepage: https://github.com/Iconica-Development/flutter_form_wizard
|
homepage: https://github.com/Iconica-Development/flutter_form_wizard
|
||||||
|
|
||||||
publish_to: none
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <3.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
flutter: ">=1.17.0"
|
flutter: ">=1.17.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -16,9 +16,8 @@ dependencies:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
intl: ">=0.18.0 <1.0.0"
|
intl: ">=0.18.0 <1.0.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.4.0
|
||||||
ref: 3.4.0
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
Loading…
Reference in a new issue