Skip to content

Commit

Permalink
upd:readme
Browse files Browse the repository at this point in the history
upd:readme
  • Loading branch information
hornhuang committed Aug 31, 2021
1 parent 41adf97 commit e0fe885
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 47 deletions.
12 changes: 3 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@

build/*

# IntelliJ
*.iml
.idea
.idea/*
#.idea/workspace.xml
#.idea/tasks.xml
#.idea/gradle.xml
#.idea/assetWizardSettings.xml
#.idea/dictionaries
#.idea/libraries
#.idea/caches
.idea/workspace.xml
*.iml
84 changes: 53 additions & 31 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# <font color=#176f69>#</font> easy_tab_controller
# easy_tab_controller

A user-friendly TabBarController widget for flutter developer.

## <font color=#176f69>#</font> Getting Started
## Getting Started

This project is a starting point for a Flutter
[plug-in package](https://flutter.dev/developing-packages/),
Expand All @@ -17,7 +17,7 @@ The plugin project was generated without specifying the `--platforms` flag, no p
To add platforms, run `flutter create -t plugin --platforms <platforms> .` under the same
directory. You can also find a detailed instruction on how to add platforms in the `pubspec.yaml` at https://flutter.dev/docs/development/packages-and-plugins/developing-packages#plugin-platforms.

## <font color=#176f69>#</font> Installing
## Installing

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

Expand All @@ -26,7 +26,7 @@ dependencies:
easy_tab_controller: ^1.0.1
```

## <font color=#176f69>#</font> Using
## Using

You can see more information in example

Expand Down Expand Up @@ -54,7 +54,7 @@ You can see more information in example
);
```

## <font color=#176f69>#</font> Preview
## Preview

Welcome to my person website: [hornhuang.github.io](https://hornhuang.github.io/#/?pg=trend&) you can see it when your browser become narrow ~

Expand All @@ -73,7 +73,7 @@ Welcome to my person website: [hornhuang.github.io](https://hornhuang.github.io/
</tr>
</table>

# <font color=#176f69>#</font> Version
# Version

Here are changes for every version.

Expand All @@ -91,7 +91,7 @@ Good news! i add the example code for you. this version has been support to add
## [1.0.3](https://github.com/hornhuang/easy_tab_controller/releases/tag/1.0.3)
- use get to reconstruction this project.

# <font color=#176f69>#</font> MIT License
# MIT License

Copyright (c) 2021 hornhuang

Expand Down

0 comments on commit e0fe885

Please sign in to comment.