-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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 | ||
|