Skip to content

Commit 3b77151

Browse files
authored
Merge pull request #59 from Nivin389/master
Changed Readme.md 🌐
2 parents d3b0ffc + d53bc4c commit 3b77151

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

README.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# bottom_bar_with_sheet
1+
<h1> Bottom bar with Sheet </h1>
2+
3+
<p align ="Left">
4+
5+
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FFrezyx%2Fbottom_bar_with_sheet%2Fbadge%3Fref%3Dmaster&style=flat)](https://actions-badge.atrox.dev/Frezyx/bottom_bar_with_sheet/goto?ref=master) [![License](https://img.shields.io/github/license/Frezyx/bottom_bar_with_sheet)](https://opensource.org/licenses/MIT) [![Pub](https://img.shields.io/pub/v/bottom_bar_with_sheet.svg)](https://pub.dartlang.org/packages/bottom_bar_with_sheet)
6+
![Stars](https://img.shields.io/github/stars/Frezyx/bottom_bar_with_sheet?style=social)
7+
</p>
28

3-
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FFrezyx%2Fbottom_bar_with_sheet%2Fbadge%3Fref%3Dmaster&style=flat)](https://actions-badge.atrox.dev/Frezyx/bottom_bar_with_sheet/goto?ref=master) [![License](https://img.shields.io/github/license/Frezyx/bottom_bar_with_sheet)](https://opensource.org/licenses/MIT) [![Pub](https://img.shields.io/pub/v/bottom_bar_with_sheet.svg)](https://pub.dartlang.org/packages/bottom_bar_with_sheet)
4-
![Stars](https://img.shields.io/github/stars/Frezyx/bottom_bar_with_sheet?style=social)
59

610
💥Non-standard way to use more space of screens in your application💥<br>
711
😳Custom bottom Sheet under Bottom Navigation Bar😳<br>
@@ -11,6 +15,15 @@
1115
| :------------: | :------------: | :------------: |
1216

1317

18+
## Table of Content
19+
20+
- [Getting Started](#getting-started)
21+
- [Attributes](#attributes)
22+
- [Attributes of BottomBarTheme](#attributes-of-bottombartheme)
23+
- [Attributes of MainActionButtonTheme](#attributes-of-mainactionbuttontheme)
24+
25+
---
26+
1427
## Getting Started
1528

1629
### Add dependency
@@ -64,6 +77,8 @@ Scaffold(
6477

6578
**More examples you can see** [here](https://github.com/Frezyx/bottom_bar_with_sheet/tree/master/example/lib)
6679

80+
---
81+
6782
## Attributes
6883

6984
| Attribute | Type | Annotation |
@@ -81,7 +96,7 @@ Scaffold(
8196
| curve | Curve | the style of animation from the suggested ones of **Curve** |
8297
| bottomBarMainAxisAlignment | MainAxisAlignment | The direction in which the widget content will line up |
8398
| mainActionButton | MainActionButton | Custom version of Main Action Button |
84-
99+
---
85100
## Attributes of BottomBarTheme
86101

87102
| Attribute | Type | Annotation |
@@ -100,6 +115,8 @@ Scaffold(
100115
| mainButtonPosition | enum | filed that response for the position of MainActionButton position this field have 3 possible values: MainButtonPosition.left, MainButtonPosition.right , MainButtonPosition.Center |
101116
| isVerticalItemLabel | bool | makes the labels of the items appear vertically or horizontally |
102117

118+
---
119+
103120
## Attributes of MainActionButtonTheme
104121

105122
| Attribute | Type | Annotation |
@@ -111,8 +128,7 @@ Scaffold(
111128
| margin | EdgeInsets | side paddings of **Main Action Button** |
112129
| transform | Matrix4 | This field can set transform location of **Main Action Button** |
113130

114-
<br><br>
115-
116-
For help getting started with Flutter, view our
131+
---
132+
*For help getting started with Flutter, view our
117133
[online documentation](https://flutter.dev/docs), which offers tutorials,
118-
samples, guidance on mobile development, and a full API reference.
134+
samples, guidance on mobile development, and a full API reference.*

0 commit comments

Comments
 (0)