File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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
811dependencies :
Original file line number Diff line number Diff 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 )),
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : 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
44author : Sonu Sharma <sonu.sharma045@gmail.com>
55homepage : https://github.com/TheAlphamerc/empty_widget
66
You can’t perform that action at this time.
0 commit comments