Skip to content

Commit f867044

Browse files
committed
🎨 update readme
1 parent dfd37a8 commit f867044

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
<div align="center"><img src="https://github.com/aagarwal1012/IntroViews-Flutter/blob/master/display/header.png?raw=true"/></div>
22
<br/>
3+
<div align="center">
4+
<a href="https://flutter.io">
5+
<img src="https://img.shields.io/badge/Platform-Flutter-yellow.svg"
6+
alt="Platform" />
7+
</a>
8+
<a href="https://pub.dartlang.org/packages/intro_views_flutter">
9+
<img src="https://img.shields.io/pub/v/intro_views_flutter.svg"
10+
alt="Pub Package" />
11+
</a>
12+
<a href="https://travis-ci.com/aagarwal1012/IntroViews-Flutter">
13+
<img src=https://travis-ci.com/aagarwal1012/IntroViews-Flutter.svg?branch=master"
14+
alt="Build Status" />
15+
</a>
16+
<a href="https://opensource.org/licenses/MIT">
17+
<img src="https://img.shields.io/badge/License-MIT-red.svg?style=flat-square"
18+
alt="License: MIT" />
19+
</a>
20+
</div><br>
321

422
IntroViews is inspired by [Paper Onboarding](https://github.com/Ramotion/paper-onboarding-android) and developed with `love` from scratch. I decided to rewrite almost all the features in order to make it available to the `flutter` developers and extensible as possible.
523

6-
[![pub package](https://img.shields.io/pub/v/intro_views_flutter.svg)](https://pub.dartlang.org/packages/intro_views_flutter) [![Build Status](https://travis-ci.com/aagarwal1012/IntroViews-Flutter.svg?branch=master)](https://travis-ci.com/aagarwal1012/IntroViews-Flutter)
7-
824
<img src="https://github.com/aagarwal1012/IntroViews-Flutter/blob/master/display/output.gif?raw=true" align = "right" height = "550px">
925

1026
# Features
@@ -125,7 +141,7 @@ For help on editing package code, view the [flutter documentation](https://flutt
125141

126142
# Want to contribute !
127143

128-
This is the well `documented` package. I have documented each and every method that I have used, so have a good read to the code and suggest some changes and new feature to be added in the package.
144+
This is the well `documented` package. I have documented each and every method that I have used, so have a good read to the code and suggest some changes and new feature to be added in the package. See [Contributing.md](https://github.com/aagarwal1012/IntroViews-Flutter/blob/master/CONTRIBUTING.md).
129145
Feel free to [open an issue](https://github.com/aagarwal1012/IntroViews-Flutter/issues).
130146

131147
# License

0 commit comments

Comments
 (0)