mirror of
https://github.com/Iconica-Development/flutter_introduction.git
synced 2025-05-18 19:43:44 +02:00
fix: comments
This commit is contained in:
parent
a1bbc2a2a5
commit
de0ae5baad
2 changed files with 5 additions and 3 deletions
|
@ -1,14 +1,16 @@
|
||||||
# Flutter Introduction
|
# Flutter Introduction
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Monorepo for the Flutter introduction package. Including the following packages:
|
Monorepo for the Flutter introduction package. Including the following packages:
|
||||||
- Flutter Introduction
|
- Flutter Introduction
|
||||||
Main packge for Flutter Introduction including an example.
|
Main package for Flutter Introduction including an example.
|
||||||
|
|
||||||
- Flutter Introduction Firebase
|
- Flutter Introduction Firebase
|
||||||
Package to provide content from firebase.
|
Package to provide content from firebase.
|
||||||
|
|
||||||
- Flutter Introduction Interface
|
- Flutter Introduction Interface
|
||||||
Interface regarding data for the Introduction widget, like wether to show the introduction or not.
|
Interface regarding data for the Introduction widget, like whether to show the introduction or not.
|
||||||
|
|
||||||
- Flutter Introduction Service
|
- Flutter Introduction Service
|
||||||
Service to handle actions done in the Introduction widget.
|
Service to handle actions done in the Introduction widget.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Introduction Widget
|
# Introduction Widget
|
||||||
Flutter Introduction Widget for showing a list of introduction pages on a single scrollable page or horizontal pageview.
|
Flutter Introduction Widget for showing a list of introduction pages on a single scrollable page or horizontal pageview.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue