mirror of
https://github.com/Iconica-Development/flutter_introduction.git
synced 2025-05-18 11:33:45 +02:00
29 lines
628 B
YAML
29 lines
628 B
YAML
name: flutter_introduction_shared_preferences
|
|
description: A new Flutter package project.
|
|
version: 2.1.0
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.18.0 <3.0.0'
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_introduction_interface:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_introduction
|
|
ref: 2.1.0
|
|
path: packages/flutter_introduction_interface
|
|
shared_preferences: any
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_iconica_analysis:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
|
ref: 6.0.0
|
|
|
|
flutter:
|