Skip to content

Commit

Permalink
general - updated version of shared_preferences and promote version…
Browse files Browse the repository at this point in the history
… to 2.0.1
  • Loading branch information
jossef committed May 5, 2019
1 parent f3a2888 commit 0c580d5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .flutter-plugins
Original file line number Diff line number Diff line change
@@ -1 +1 @@
shared_preferences=/opt/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/
shared_preferences=C:\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\shared_preferences-0.5.2\\
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ build/

# Directory created by dartdoc
doc/api/

.idea/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add this to your package's pubspec.yaml file:

```yaml
dependencies:
requests: ^1.0.2
requests: ^2.0.1
```
## Usage
Expand Down
5 changes: 3 additions & 2 deletions android/local.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sdk.dir=/opt/android-sdk
flutter.sdk=/opt/flutter
sdk.dir=C:\\Users\\user\\AppData\\Local\\Android\\sdk
flutter.sdk=C:\\flutter
flutter.versionName=2.0.1
9 changes: 5 additions & 4 deletions ios/Flutter/Generated.xcconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/opt/flutter
FLUTTER_APPLICATION_PATH=/home/user/workspace/requests
FLUTTER_ROOT=C:\flutter
FLUTTER_APPLICATION_PATH=C:\workspace\requests
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
SYMROOT=${SOURCE_ROOT}/../build/ios
FLUTTER_FRAMEWORK_DIR=/opt/flutter/bin/cache/artifacts/engine/ios
SYMROOT=${SOURCE_ROOT}/../build\ios
FLUTTER_FRAMEWORK_DIR=C:\flutter\bin\cache\artifacts\engine\ios
FLUTTER_BUILD_NAME=2.0.1
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: requests
description: A starting point for Dart libraries or applications.
version: 1.0.2
version: 2.0.1
homepage: https://github.com/jossef/requests
author: Jossef Harush <[email protected]>

Expand All @@ -9,10 +9,9 @@ environment:

dependencies:
http: ^0.12.0
shared_preferences: ^0.4.3
shared_preferences: ^0.5.2
crypto: ^2.0.6
hex: ^0.1.2
preferences: "^1.2.0"
logging: ^0.11.3+2

flutter:
Expand Down
1 change: 0 additions & 1 deletion test/requests_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:requests/requests.dart';
import 'package:requests/src/common.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:test/test.dart';

Expand Down

0 comments on commit 0c580d5

Please sign in to comment.