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