Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Aashu-Dubey/flutter-samples

Flutter Samples
https://github.com/Aashu-Dubey/flutter-samples

flutter kits samples ui

Last synced: 4 days ago
JSON representation

Flutter Samples

Awesome Lists containing this project

README

        

# Flutter Samples



Web Demo

## 🧬 UI Samples
| Project | |
| :--- | --- |
|

Animated App with Rive

**[> YouTube Tutorial Playlist](https://youtube.com/playlist?list=PLpnMM6hhRccigVfEO2Ynj6DQB9MbW5CaF)**

An application with interactive UI and animations, with custom UI components like Bottom TabBar and SideBar, and using animated assets from [Rive](https://rive.app)

**[> Source code](./lib/samples/ui/rive_app#readme)**
**> Demo: [web](https://aashu-dubey.github.io/flutter-samples/#/course-rive) \| [youtube](https://youtube.com/shorts/jek80t32XqY) \| [twitter](https://twitter.com/aashudubey_ad/status/1616536431010406400)**
**> Alternatives: [Ionic](https://github.com/Aashu-Dubey/Ionic-UI-Templates/tree/main/ionic_ui_templates/src/app/templates/course-rive)** | Flutter + Rive UI Preview |

## 🧬 Animation Samples
| Project | |
| :--- | --- |
|

Grid Magnification

A grid list view that displays Magnify effect on press & drag, focusing on the items near the touch area within a radius.

**[> Source code](./lib/samples/animations/grid_magnification#readme)**
**> Demo: [web](https://aashu-dubey.github.io/flutter-samples/#/animations/grid-magnification) \| [twitter](https://twitter.com/aashudubey_ad/status/1629217199838879744)**
**> Alternatives: [react-native](https://github.com/Aashu-Dubey/react-native-animation-samples/tree/main/src/samples/grid_magnification)** | Flutter Grid Magnification Preview |
|

Custom Cursor/Caret

A Customizable custom cursor/caret for TextFields, with intuitive validation animations for max length and password strength.

**[> Source code](./lib/samples/animations/custom_caret#readme)**
**> Demo: [web](https://aashu-dubey.github.io/flutter-samples/#/animations/custom-caret) \| [twitter](https://twitter.com/aashudubey_ad/status/1698966567718211766)**
**> Alternatives: [react-native](https://github.com/Aashu-Dubey/react-native-animation-samples/tree/main/src/samples/custom_caret)** | Flutter Custom Cursor/Caret Preview |

## 💪🏼 Getting Started

This project is a starting point for this Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.