mirror of
https://github.com/Iconica-Development/flutter_introduction.git
synced 2025-05-18 19:43:44 +02:00
wip: mono repo
This commit is contained in:
parent
2910202f6b
commit
2fb48ab992
6 changed files with 35 additions and 14 deletions
17
README.md
17
README.md
|
@ -1,6 +1,21 @@
|
|||
# Flutter Introduction
|
||||
|
||||

|
||||
Monorepo for the Flutter introduction package. Including the following packages:
|
||||
- Flutter Introduction
|
||||
Main packge for Flutter Introduction.
|
||||
|
||||
- Flutter Introduction Firebase
|
||||
Package to provide content from firebase.
|
||||
|
||||
- Flutter Introduction Interface
|
||||
|
||||
|
||||
- Flutter Introduction Service
|
||||
|
||||
- Flutter Introduction Shared Preferences
|
||||
|
||||
- Flutter Introduction Widget
|
||||
|
||||
|
||||
## Setup
|
||||
|
||||
|
|
|
@ -12,12 +12,14 @@ dependencies:
|
|||
sdk: flutter
|
||||
flutter_introduction_widget:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_introduction_widget.git
|
||||
ref: 3.0.0
|
||||
url: https://github.com/Iconica-Development/flutter_introduction
|
||||
ref: 2.0.0
|
||||
path: packages/flutter_introduction_widget
|
||||
flutter_introduction_service:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_introduction_service.git
|
||||
ref: 1.0.0
|
||||
url: https://github.com/Iconica-Development/flutter_introduction
|
||||
ref: 2.0.0
|
||||
path: packages/flutter_introduction_service
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
@ -14,12 +14,14 @@ dependencies:
|
|||
|
||||
flutter_introduction_widget:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_introduction_widget
|
||||
ref: 4.1.0
|
||||
url: https://github.com/Iconica-Development/flutter_introduction
|
||||
ref: 2.0.0
|
||||
path: packages/flutter_introduction_widget
|
||||
flutter_introduction_service:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_introduction_service
|
||||
ref: 1.0.0
|
||||
url: https://github.com/Iconica-Development/flutter_introduction
|
||||
ref: 2.0.0
|
||||
path: packages/flutter_introduction_service
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
@ -12,8 +12,9 @@ dependencies:
|
|||
sdk: flutter
|
||||
flutter_introduction_interface:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_introduction_interface.git
|
||||
ref: 1.0.0
|
||||
url: https://github.com/Iconica-Development/flutter_introduction
|
||||
ref: 2.0.0
|
||||
path: packages/flutter_introduction_interface
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
@ -12,8 +12,9 @@ dependencies:
|
|||
sdk: flutter
|
||||
flutter_introduction_interface:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_introduction_interface.git
|
||||
ref: 1.0.0
|
||||
url: https://github.com/Iconica-Development/flutter_introduction
|
||||
ref: 2.0.0
|
||||
path: packages/flutter_introduction_interface
|
||||
shared_preferences: any
|
||||
|
||||
dev_dependencies:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: example
|
||||
name: example_widget
|
||||
description: A new Flutter project.
|
||||
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
|
|
Loading…
Reference in a new issue