Skip to content

Commit cb546d2

Browse files
committed
AndroidX Migration
1 parent 07d0cea commit cb546d2

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## [0.2.4] - 18th January, 2019
29

310
* dart:core lower limit raised from 2.0.0 to 2.1.0

pubspec.yaml

Lines changed: 5 additions & 5 deletions
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.2.4
3+
version: 0.3.0
44
author: Rohit R. Abbadi <[email protected]>
55
homepage: https://github.com/infitio/flutter-adhara
66

@@ -15,19 +15,19 @@ dependencies:
1515
http: ^0.12.0+1
1616

1717
# The following dependency is to interact with SQLite database available on mobile
18-
sqflite: ^1.0.0
18+
sqflite: ^1.1.1
1919

2020
# 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
2222

2323
# Plugin for finding commonly used locations on the filesystem.
24-
path_provider: ^0.4.1
24+
path_provider: ^0.5.0+1
2525

2626
# cross-platform path manipulation library for Dart
2727
path: ^1.6.2
2828

2929
# plugin for launching a URL in browser
30-
url_launcher: ^4.0.3
30+
url_launcher: ^5.0.1
3131

3232
# Error Reporting service
3333
sentry: ^2.2.0

0 commit comments

Comments
 (0)