Skip to content

Commit 9653832

Browse files
committed
update readme.md
1 parent 4ba9541 commit 9653832

5 files changed

Lines changed: 16 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,10 @@
1111
* add image assets
1212

1313
## 0.0.1-dev.4
14-
* add demo example
14+
* add demo example
15+
16+
## 0.0.1
17+
* Add default images in package
18+
* Add title text style
19+
* add Subtitle text style
20+

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## empty_Widget [![pub package](https://img.shields.io/pub/v/empty_widget?color=blue)](https://pub.dev/packages/empty_widget)
22

3-
### 1. Add library to your pubspec.yaml
4-
3+
Screenshots | Screenshots
4+
:-------------------------:|:-------------------------:
5+
![](https://github.com/TheAlphamerc/empty_widget/blob/master/screenshots/screen1.jpg?raw=true) | ![](https://github.com/TheAlphamerc/empty_widget/blob/master/screenshots/screen2.jpg?raw=true)
6+
![](https://github.com/TheAlphamerc/empty_widget/blob/master/screenshots/screen3.jpg?raw=true) | ![](https://github.com/TheAlphamerc/empty_widget/blob/master/screenshots/screen4.jpg?raw=true)
57

8+
### 1. Add library to your pubspec.yaml
69

710
```yaml
811
dependencies:

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class _MyHomePageState extends State<MyHomePage> {
3838
width:350,
3939
child: EmptyListWidget(
4040
image : null,
41-
packageImage: PackageImage.Image_4,
41+
packageImage: PackageImage.Image_1,
4242
title: 'Title here',
4343
subTitle: 'Some text here',
4444
titleTextStyle: Theme.of(context).typography.dense.display1.copyWith(color: Color(0xff9da9c7)),

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ packages:
4242
path: ".."
4343
relative: true
4444
source: path
45-
version: "0.0.1-dev.4"
45+
version: "0.0.1"
4646
flutter:
4747
dependency: "direct main"
4848
description: flutter

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: empty_widget
2-
description: Custom_Empty widget is developed to show on custom empty widget when there is no data available i.e in place of empty list
3-
version: 0.0.1-dev.4
2+
description: Custom_Empty widget is developed to show custom empty widget when there is no data available to show on screen i.e in place of empty list
3+
version: 0.0.1
44
author: Sonu Sharma <sonu.sharma045@gmail.com>
55
homepage: https://github.com/TheAlphamerc/empty_widget
66

0 commit comments

Comments
 (0)