Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit R. Abbadi committed Mar 19, 2019
2 parents 1fdddae + cb546d2 commit 7a88f52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.0] - 21st February, 2019
* **Breaking change**. Migrate from the deprecated original Android Support
Library to AndroidX. This shouldn't result in any functional changes, but it
requires any Android apps using this plugin to [also
migrate](https://developer.android.com/jetpack/androidx/migrate) if they're
using the original support library.

## [0.2.4] - 18th January, 2019

* dart:core lower limit raised from 2.0.0 to 2.1.0
Expand Down
10 changes: 5 additions & 5 deletions 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.2.4
version: 0.3.0
author: Rohit R. Abbadi <[email protected]>
homepage: https://github.com/infitio/flutter-adhara

Expand All @@ -15,19 +15,19 @@ dependencies:
http: ^0.12.0+1

# The following dependency is to interact with SQLite database available on mobile
sqflite: ^1.0.0
sqflite: ^1.1.1

# The following dependency is to interact with Shared Preferences on android and NSUserDefaults on iOS
shared_preferences: ^0.4.3
shared_preferences: ^0.5.1+1

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

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

# plugin for launching a URL in browser
url_launcher: ^4.0.3
url_launcher: ^5.0.1

# Error Reporting service
sentry: ^2.2.0
Expand Down

0 comments on commit 7a88f52

Please sign in to comment.