Skip to content

Commit

Permalink
error out in RIW
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit R. Abbadi committed Mar 19, 2019
1 parent efa4c5c commit 84bb2a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.3.0] - 19th March, 2019
## [0.3.2] - 19th March, 2019

* throw error if resource is un available

Expand Down
3 changes: 2 additions & 1 deletion lib/resources/ri.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class ResInheritedWidget extends InheritedWidget {
// print("unable to get resources...");
// print(e);
// return null;
}
// }
}

}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: adhara
description: Base framework for Flutter Apps with intense networking and data interactivity
version: 0.3.1
version: 0.3.2
author: Rohit R. Abbadi <[email protected]>
homepage: https://github.com/infitio/flutter-adhara

Expand Down

0 comments on commit 84bb2a7

Please sign in to comment.