From de0ae5baad47e6320a7a8c1ed4d6bdde86c1515b Mon Sep 17 00:00:00 2001 From: Jacques Date: Wed, 29 Nov 2023 13:23:58 +0100 Subject: [PATCH] fix: comments --- README.md | 6 ++++-- packages/flutter_introduction_widget/README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5d1af6..2a71b0e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ # Flutter Introduction +![Introduction GIF](flutter_introduction_widget.gif) + 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. diff --git a/packages/flutter_introduction_widget/README.md b/packages/flutter_introduction_widget/README.md index a2aeba0..ea9cf49 100644 --- a/packages/flutter_introduction_widget/README.md +++ b/packages/flutter_introduction_widget/README.md @@ -3,7 +3,7 @@ # Introduction Widget 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