File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
1919Add the following line to ` pubspec.yaml ` :
2020
2121``` yaml
2222dependencies :
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+ [](https://github.com/4-alok/)
124+ [](https://github.com/4-alok/)
125+
121126# # Contributions
122127
123128Contributions are welcomed!
You can’t perform that action at this time.
0 commit comments