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
![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 ## Setup

View file

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

View file

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

View file

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

View file

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

View file

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