mirror of
https://github.com/Iconica-Development/flutter_introduction.git
synced 2025-05-18 19:43:44 +02:00
25 lines
485 B
YAML
25 lines
485 B
YAML
|
name: flutter_introduction_shared_preferences
|
||
|
description: A new Flutter package project.
|
||
|
version: 1.0.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_interface.git
|
||
|
ref: 1.0.0
|
||
|
shared_preferences: any
|
||
|
|
||
|
dev_dependencies:
|
||
|
flutter_test:
|
||
|
sdk: flutter
|
||
|
flutter_lints: ^2.0.0
|
||
|
|
||
|
flutter:
|