Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shubhamhackz/flip_view

A Flutter app with flip animation to view profiles of friends. 🌟
https://github.com/shubhamhackz/flip_view

animated animation animations beautiful card cardview dart dart-lang flip flip-animation flipbook flutter flutter-app flutter-apps flutter-examples flutter-ui flutter-widget ui ui-design

Last synced: 27 days ago
JSON representation

A Flutter app with flip animation to view profiles of friends. 🌟

Awesome Lists containing this project

README

        

# Flip View
Made with 🔥 in India

This flutter app is based on the design made Dmytro Prudnikov for Yalantis on [Dribble](https://dribbble.com/shots/1758298-Find-Friends-Interaction?list=users&offset=35).He describes the design as:
> Just trying to come up with a simple and funny interaction for reviewing a user profile.
Made in Yalantis.

## App Design
![Find Friends](files/99miles-find-friends-interface-animation.gif)

## Download App
Note : Uploaded apk is a fat apk which works on armeabi-v7a (ARM 32-bit), arm64-v8a (ARM 64-bit), and x86-64 (x86 64-bit). If you want small size apk then please clone this reposittory and generate one using Android Studio or Visual Studio Code.

[![Download Apk](https://github.com/shubhamhackz/light_dark_toggle/blob/master/files/apk_btn.png)](https://github.com/shubhamhackz/flip_view/blob/main/files/app-release.apk)

## Contributing

> Getting started...

### Step 1

- **Option 1**
- 🍴 Fork this repo!

- **Option 2**
- 👯 Clone this repo to your local machine using `https://github.com/shubhamhackz/flip_view`

### Step 2

- **HACK AWAY!** 🔨🔨🔨

### Step 3

- 🔃 Create a new pull request using `https://github.com/shubhamhackz/flip_view/compare/`.

---

## Author
- [Facebook](https://www.facebook.com/shubhamhackz)
- [Twitter](https://www.twitter.com/shubhamhackz)
- [Stackoverflow](https://stackoverflow.com/users/6915572/shubhamhackz?tab=profile)
- [Medium](https://medium.com/@shubhamhackzz)
- [Instagram](https://www.instagram.com/shubhamhackz)

## License

```
MIT License

Copyright (c) 2021 Shubham Soni

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```