fix: comments

This commit is contained in:
Jacques 2023-11-29 13:23:58 +01:00
parent a1bbc2a2a5
commit de0ae5baad
2 changed files with 5 additions and 3 deletions

View file

@ -1,14 +1,16 @@
# Flutter Introduction # Flutter Introduction
![Introduction GIF](flutter_introduction_widget.gif)
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.

View file

@ -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.
![Introduction GIF](flutter_introduction_widget.gif) ![Introduction GIF](../../flutter_introduction_widget.gif)
## Setup ## Setup