We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa4c5c commit 84bb2a7Copy full SHA for 84bb2a7
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## [0.3.0] - 19th March, 2019
+## [0.3.2] - 19th March, 2019
2
3
* throw error if resource is un available
4
lib/resources/ri.dart
@@ -30,6 +30,7 @@ class ResInheritedWidget extends InheritedWidget {
30
// print("unable to get resources...");
31
// print(e);
32
// return null;
33
- }
+// }
34
}
35
+
36
pubspec.yaml
@@ -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]>
5
homepage: https://github.com/infitio/flutter-adhara
6
0 commit comments