-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0bcafdb
commit ed2ff30
Showing
7 changed files
with
26 additions
and
24 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 |
---|---|---|
|
@@ -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 | ||
|
@@ -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: | ||
|
@@ -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"> |
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 +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"} |
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,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" |
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
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