Skip to content

Commit 84bb2a7

Browse files
author
Rohit R. Abbadi
committed
error out in RIW
1 parent efa4c5c commit 84bb2a7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.3.0] - 19th March, 2019
1+
## [0.3.2] - 19th March, 2019
22

33
* throw error if resource is un available
44

lib/resources/ri.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class ResInheritedWidget extends InheritedWidget {
3030
// print("unable to get resources...");
3131
// print(e);
3232
// return null;
33-
}
33+
// }
3434
}
35+
3536
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: adhara
22
description: Base framework for Flutter Apps with intense networking and data interactivity
3-
version: 0.3.1
3+
version: 0.3.2
44
author: Rohit R. Abbadi <[email protected]>
55
homepage: https://github.com/infitio/flutter-adhara
66

0 commit comments

Comments
 (0)