Skip to content

Commit 35bd461

Browse files
committed
💚 fixed readme
1 parent f1c1855 commit 35bd461

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ IntroViews is inspired by [Paper Onboarding](https://github.com/Ramotion/paper-o
2323

2424
<img src="https://github.com/aagarwal1012/IntroViews-Flutter/blob/master/display/output.gif?raw=true" align = "right" height = "550px">
2525

26+
# Table of contents
27+
* [Features](#features)
28+
* [Getting Started](#getting-started)
29+
* [Usage](#usage)
30+
* [Documentation](#documentaion)
31+
* [PageViewModel Class](#pageViewModel-class)
32+
* [IntroViewFlutter Class](#introViewFlutter-class)
33+
* [Bugs or Requests](#want-to-contribute-!)
34+
* [License](#license)
35+
2636
# Features
2737

2838
- Easy addition of pages.
@@ -121,7 +131,7 @@ You should then run `flutter packages get` in your terminal so as to get the pac
121131
| iconColor | Color | Set the page bubble icon color. | Null |
122132
| bubbleBackgroundColor | Color | Set the page bubble background color. | Colors.white / Color(0x88FFFFFF) |
123133
| textStyle | TextStyle | Set TextStyle for both title and body | title: `color: Colors.white , fontSize: 50.0` <br> body: `color: Colors.white , fontSize: 24.0` |
124-
| bubble | Widget | set a costum widget for the inner bubble | null |
134+
| bubble | Widget | Set a custom widget for the inner bubble | null |
125135

126136
### IntroViewFlutter Class
127137

@@ -137,8 +147,8 @@ You should then run `flutter packages get` in your terminal so as to get the pac
137147
| skipText | Text / Widget | Override Skip Button Text and styles. | Text('SKIP') |
138148
| doneText | Text / Widget | Override Done Button Text and styles. | Text('DONE') |
139149
| doneButtonPersist | Bool | Show done Button throughout pages | false |
140-
| columnMainAxisAlignment | MainAxisAlignment | control [MainAxisAlignment] for column | MainAxisAlignment.spaceAround |
141-
| fullTransition | double | adjust scroll distance for full transition | 300.0 |
150+
| columnMainAxisAlignment | MainAxisAlignment | Control [MainAxisAlignment] for column | MainAxisAlignment.spaceAround |
151+
| fullTransition | double | Adjust scroll distance for full transition | 300.0 |
142152

143153
For help on editing package code, view the [flutter documentation](https://flutter.io/developing-packages/).
144154

0 commit comments

Comments
 (0)