wip: mono repo

This commit is contained in:
Jacques 2023-11-27 09:26:18 +01:00
parent 2910202f6b
commit 2fb48ab992
6 changed files with 35 additions and 14 deletions

View file

@ -1,6 +1,21 @@
# Flutter Introduction
![Flutter Introduction GIF](example.gif)
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

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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