File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.3.0] - 21st February, 2019
2
+ * ** Breaking change** . Migrate from the deprecated original Android Support
3
+ Library to AndroidX. This shouldn't result in any functional changes, but it
4
+ requires any Android apps using this plugin to [ also
5
+ migrate] ( https://developer.android.com/jetpack/androidx/migrate ) if they're
6
+ using the original support library.
7
+
1
8
## [ 0.2.4] - 18th January, 2019
2
9
3
10
* dart: core lower limit raised from 2.0.0 to 2.1.0
Original file line number Diff line number Diff line change 1
1
name : adhara
2
2
description : Base framework for Flutter Apps with intense networking and data interactivity
3
- version : 0.2.4
3
+ version : 0.3.0
4
4
author :
Rohit R. Abbadi <[email protected] >
5
5
homepage : https://github.com/infitio/flutter-adhara
6
6
@@ -15,19 +15,19 @@ dependencies:
15
15
http : ^0.12.0+1
16
16
17
17
# The following dependency is to interact with SQLite database available on mobile
18
- sqflite : ^1.0.0
18
+ sqflite : ^1.1.1
19
19
20
20
# The following dependency is to interact with Shared Preferences on android and NSUserDefaults on iOS
21
- shared_preferences : ^0.4.3
21
+ shared_preferences : ^0.5.1+1
22
22
23
23
# Plugin for finding commonly used locations on the filesystem.
24
- path_provider : ^0.4. 1
24
+ path_provider : ^0.5.0+ 1
25
25
26
26
# cross-platform path manipulation library for Dart
27
27
path : ^1.6.2
28
28
29
29
# plugin for launching a URL in browser
30
- url_launcher : ^4 .0.3
30
+ url_launcher : ^5 .0.1
31
31
32
32
# Error Reporting service
33
33
sentry : ^2.2.0
You can’t perform that action at this time.
0 commit comments