Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlphamerc committed Dec 24, 2019
1 parent 4ba9541 commit 9653832
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@
* add image assets

## 0.0.1-dev.4
* add demo example
* add demo example

## 0.0.1
* Add default images in package
* Add title text style
* add Subtitle text style

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

### 1. Add library to your pubspec.yaml

Screenshots | Screenshots
:-------------------------:|:-------------------------:
![](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)
![](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)

### 1. Add library to your pubspec.yaml

```yaml
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class _MyHomePageState extends State<MyHomePage> {
width:350,
child: EmptyListWidget(
image : null,
packageImage: PackageImage.Image_4,
packageImage: PackageImage.Image_1,
title: 'Title here',
subTitle: 'Some text here',
titleTextStyle: Theme.of(context).typography.dense.display1.copyWith(color: Color(0xff9da9c7)),
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1-dev.4"
version: "0.0.1"
flutter:
dependency: "direct main"
description: flutter
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: empty_widget
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
version: 0.0.1-dev.4
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
version: 0.0.1
author: Sonu Sharma <[email protected]>
homepage: https://github.com/TheAlphamerc/empty_widget

Expand Down

0 comments on commit 9653832

Please sign in to comment.