Skip to content

Commit 2539ddc

Browse files
committed
updated change log
1 parent ae7e8e7 commit 2539ddc

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.2
2+
3+
* Added headerBottomBar support
4+
* Added bottomSheet support
5+
* AddedbottomNavigationBar support
6+
17
## v1.0.1
28

39
* Added centerTitle

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ A draggable Flutter widget that makes implementing a Sliding up and fully-stretc
1212

1313
## Usage
1414

15-
Make sure to check out [examples](https://github.com/) for more details.
15+
Make sure to check out [examples](https://github.com/4-alok/draggable_home/blob/main/example/lib/main.dart) for more details.
1616

1717
### Installation
1818

1919
Add the following line to `pubspec.yaml`:
2020

2121
```yaml
2222
dependencies:
23-
draggable_home: ^1.0.0
23+
draggable_home: ^1.0.2
2424
```
2525
2626
### Basic setup
2727
28-
*The complete example is available [here](https://github.com/).*
28+
*The complete example is available [here](https://github.com/4-alok/draggable_home/blob/main/example/lib/main.dart).*
2929
3030
**DraggableHome** requires you to provide `title`, `headerWidget` and `body`:
3131
* `title` widget is basically for title in AppBar. For no title in appbar, simply put an empty Contnainer.
@@ -108,7 +108,6 @@ DraggableHome(
108108
);
109109
```
110110
<br>
111-
<br>
112111

113112
<br>
114113
<p>
@@ -118,6 +117,12 @@ DraggableHome(
118117
</p>
119118
<br>
120119

120+
121+
## Show some :heart: and :star: the repo
122+
123+
[![GitHub followers](https://img.shields.io/github/followers/4-alok?style=social)](https://github.com/4-alok/)
124+
[![GitHub followers](https://img.shields.io/github/stars/4-alok/draggable_home?style=social)](https://github.com/4-alok/)
125+
121126
## Contributions
122127

123128
Contributions are welcomed!

0 commit comments

Comments
 (0)