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
|
# 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
|
## Setup
|
||||||
|
|
||||||
|
|
|
@ -12,12 +12,14 @@ dependencies:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_introduction_widget:
|
flutter_introduction_widget:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_introduction_widget.git
|
url: https://github.com/Iconica-Development/flutter_introduction
|
||||||
ref: 3.0.0
|
ref: 2.0.0
|
||||||
|
path: packages/flutter_introduction_widget
|
||||||
flutter_introduction_service:
|
flutter_introduction_service:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_introduction_service.git
|
url: https://github.com/Iconica-Development/flutter_introduction
|
||||||
ref: 1.0.0
|
ref: 2.0.0
|
||||||
|
path: packages/flutter_introduction_service
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
|
@ -14,12 +14,14 @@ dependencies:
|
||||||
|
|
||||||
flutter_introduction_widget:
|
flutter_introduction_widget:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_introduction_widget
|
url: https://github.com/Iconica-Development/flutter_introduction
|
||||||
ref: 4.1.0
|
ref: 2.0.0
|
||||||
|
path: packages/flutter_introduction_widget
|
||||||
flutter_introduction_service:
|
flutter_introduction_service:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_introduction_service
|
url: https://github.com/Iconica-Development/flutter_introduction
|
||||||
ref: 1.0.0
|
ref: 2.0.0
|
||||||
|
path: packages/flutter_introduction_service
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
|
@ -12,8 +12,9 @@ dependencies:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_introduction_interface:
|
flutter_introduction_interface:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_introduction_interface.git
|
url: https://github.com/Iconica-Development/flutter_introduction
|
||||||
ref: 1.0.0
|
ref: 2.0.0
|
||||||
|
path: packages/flutter_introduction_interface
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
|
@ -12,8 +12,9 @@ dependencies:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_introduction_interface:
|
flutter_introduction_interface:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_introduction_interface.git
|
url: https://github.com/Iconica-Development/flutter_introduction
|
||||||
ref: 1.0.0
|
ref: 2.0.0
|
||||||
|
path: packages/flutter_introduction_interface
|
||||||
shared_preferences: any
|
shared_preferences: any
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: example
|
name: example_widget
|
||||||
description: A new Flutter project.
|
description: A new Flutter project.
|
||||||
|
|
||||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
|
|
Loading…
Reference in a new issue