mirror of
https://github.com/Iconica-Development/flutter_nested_categories.git
synced 2025-05-18 15:23:44 +02:00
chore: ready the package for deployment to the pub server
This commit is contained in:
parent
0cdaf71d3d
commit
77c37195fc
1 changed files with 5 additions and 14 deletions
19
pubspec.yaml
19
pubspec.yaml
|
@ -1,7 +1,9 @@
|
||||||
name: flutter_nested_categories
|
name: flutter_nested_categories
|
||||||
description: "A Flutter module for nested categories."
|
description: "A Flutter module for nested categories."
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
homepage:
|
repository: https://github.com/Iconica-Development/flutter_nested_categories
|
||||||
|
|
||||||
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.3.0 <4.0.0'
|
sdk: '>=3.3.0 <4.0.0'
|
||||||
|
@ -15,17 +17,6 @@ dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_iconica_analysis:
|
flutter_iconica_analysis:
|
||||||
git:
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
version: 7.0.0
|
||||||
ref: 7.0.0
|
|
||||||
|
|
||||||
flutter:
|
|
||||||
# assets:
|
|
||||||
# - images/a_dot_burr.jpeg
|
|
||||||
# - images/a_dot_ham.jpeg
|
|
||||||
# fonts:
|
|
||||||
# - family: Schyler
|
|
||||||
# fonts:
|
|
||||||
# - asset: fonts/Schyler-Regular.ttf
|
|
||||||
# - asset: fonts/Schyler-Italic.ttf
|
|
||||||
# style: italic
|
|
||||||
|
|
Loading…
Reference in a new issue