Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamSahdeep committed Mar 16, 2020
1 parent 0bcafdb commit ed2ff30
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#ChangeLog

## 1.4.0
* Fixed : https://github.com/iamSahdeep/liquid_swipe_flutter/issues/20
* StateManagement using Provider.


## 1.3.1
* Made callbacks not required
Expand Down
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</p>

<p align="center">
<img src="https://github.com/iamSahdeep/liquid_swipe_flutter/blob/master/assets/example.gif" width="360" height="640">
<img src="https://github.com/iamSahdeep/liquid_swipe_flutter/blob/master/assets/another.gif" width="360" height="640">
<img src="https://github.com/iamSahdeep/liquid_swipe_flutter/blob/master/assets/example.gif" width="330" height="640">
<img src="https://github.com/iamSahdeep/liquid_swipe_flutter/blob/master/assets/another.gif" width="330" height="640">
</p>

### Sample APK
Expand All @@ -36,7 +36,7 @@ Download sample apk as shown in example from releases.
* Add this to your pubspec.yaml
```
dependencies:
liquid_swipe: ^1.3.0
liquid_swipe: ^1.4.0
```
* Get the package from Pub:
Expand Down Expand Up @@ -115,7 +115,13 @@ This project follows the [all-contributors](https://github.com/all-contributors/


## Author & support
This project is created by [Sahdeep Singh](https://github.com/iamSahdeep) but with lots of support and help. See the [Credits](https://github.com/iamSahdeep/liquid_swipe_flutter/blob/master/README.md#credits).
This project is created by [Sahdeep Singh](https://github.com/iamSahdeep) but with lots of support and help. See credits.
> If you appreciate my work, consider buying me a cup of :coffee: to keep me recharged :metal:
> + [PayPal](https://www.paypal.me/sahdeep)
>
> Or you can also endorse me on [LinkedIn](https://www.linkedin.com/in/iamsahdeep/) to keep me motivated.
>
> I love my work and I'm available for freelance work. Contact me on my email: [email protected]
<img src="https://cdn-images-1.medium.com/max/1200/1*2yFbiGdcACiuLGo4dMKmJw.jpeg" width="90" height="35">

<img src="https://cdn-images-1.medium.com/max/1200/1*2yFbiGdcACiuLGo4dMKmJw.jpeg" width="90" height="35">
2 changes: 1 addition & 1 deletion example/.flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"liquid_swipe","path":"C:\\\\Users\\\\Sahdeep Singh\\\\AndroidStudioProjects\\\\liquid_swipe_flutter\\\\","dependencies":[]}],"android":[{"name":"liquid_swipe","path":"C:\\\\Users\\\\Sahdeep Singh\\\\AndroidStudioProjects\\\\liquid_swipe_flutter\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"liquid_swipe","dependencies":[]}],"date_created":"2020-03-12 18:41:57.549104","version":"1.15.3"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"liquid_swipe","path":"C:\\\\Users\\\\Sahdeep Singh\\\\AndroidStudioProjects\\\\liquid_swipe_flutter\\\\","dependencies":[]}],"android":[{"name":"liquid_swipe","path":"C:\\\\Users\\\\Sahdeep Singh\\\\AndroidStudioProjects\\\\liquid_swipe_flutter\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"liquid_swipe","dependencies":[]}],"date_created":"2020-03-16 15:49:47.350971","version":"1.15.21"}
11 changes: 6 additions & 5 deletions example/ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/home/elotech/Documentos/flutter"
export "FLUTTER_APPLICATION_PATH=/home/elotech/Documentos/dev/liquid_swipe_flutter/example"
export "FLUTTER_TARGET=lib/main.dart"
export "FLUTTER_ROOT=C:\flutter"
export "FLUTTER_APPLICATION_PATH=C:\Users\Sahdeep Singh\AndroidStudioProjects\liquid_swipe_flutter\example"
export "FLUTTER_TARGET=lib\main.dart"
export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
export "FLUTTER_FRAMEWORK_DIR=/home/elotech/Documentos/flutter/bin/cache/artifacts/engine/ios"
export "SYMROOT=${SOURCE_ROOT}/../build\ios"
export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
export "FLUTTER_FRAMEWORK_DIR=C:\flutter\bin\cache\artifacts\engine\ios"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
11 changes: 2 additions & 9 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.3.1"
version: "1.4.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -116,13 +116,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.4"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0+1"
petitparser:
dependency: transitive
description:
Expand Down Expand Up @@ -190,7 +183,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.11"
version: "0.2.15"
typed_data:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: liquid_swipe
description: A Flutter plugin to implement liquid Swipe effect to provided containers.
version: 1.3.1
version: 1.4.0
homepage: https://github.com/iamSahdeep/liquid_swipe_flutter

environment:
Expand All @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
provider:
provider: ^4.0.4

dev_dependencies:
flutter_test:
Expand Down
2 changes: 0 additions & 2 deletions test/liquid_swipe_flutter_test.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:liquid_swipe_flutter/liquid_swipe_flutter.dart';

void main() {
const MethodChannel channel = MethodChannel('liquid_swipe_flutter');
Expand All @@ -18,6 +17,5 @@ void main() {
});

test('getPlatformVersion', () async {
expect(await LiquidSwipeFlutter.platformVersion, '42');
});
}

0 comments on commit ed2ff30

Please sign in to comment.