mirror of
https://github.com/Iconica-Development/flutter_introduction.git
synced 2025-05-19 03:53:45 +02:00
58 lines
575 B
YAML
58 lines
575 B
YAML
|
name: shared_preferences_introduction_repository
|
||
|
description: "A new Flutter package project."
|
||
|
version: 0.0.1
|
||
|
publish_to: none
|
||
|
|
||
|
environment:
|
||
|
sdk: ^3.5.3
|
||
|
flutter: ">=1.17.0"
|
||
|
|
||
|
dependencies:
|
||
|
flutter:
|
||
|
sdk: flutter
|
||
|
shared_preferences: ^2.5.2
|
||
|
introduction_repository_interface:
|
||
|
path: ../introduction_repository_interface
|
||
|
|
||
|
dev_dependencies:
|
||
|
flutter_iconica_analysis:
|
||
|
git:
|
||
|
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
||
|
ref: 7.0.0
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|