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

|
||||
|
||||
Monorepo for the Flutter introduction package. Including the following packages:
|
||||
- Flutter Introduction
|
||||
Main packge for Flutter Introduction including an example.
|
||||
Main package for Flutter Introduction including an example.
|
||||
|
||||
- Flutter Introduction Firebase
|
||||
Package to provide content from firebase.
|
||||
|
||||
- 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
|
||||
Service to handle actions done in the Introduction widget.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Introduction Widget
|
||||
Flutter Introduction Widget for showing a list of introduction pages on a single scrollable page or horizontal pageview.
|
||||
|
||||

|
||||

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