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

https://github.com/vchib1/flutter-curve-visualizer

A web app built with Flutter to visualize animation curves interactively. This tool helps developers understand and experiment with different Flutter animation curves in a graphical interface.
https://github.com/vchib1/flutter-curve-visualizer

animation canvas custom-painter-flutter dart flutter flutter-animation flutter-curve flutter-web

Last synced: about 2 months ago
JSON representation

A web app built with Flutter to visualize animation curves interactively. This tool helps developers understand and experiment with different Flutter animation curves in a graphical interface.

Awesome Lists containing this project

README

        

# Flutter Curve Visualizer

A web app built with Flutter to visualize animation curves interactively. This tool helps developers
understand and experiment with different Flutter animation curves in a graphical interface.

## Features

- Graphical visualization of animation curves on a graph.
- Interactive controls to select curve category, curve type, and animation duration.
- Play/Pause animation functionality using a Floating Action Button (FAB).
- Preview boxes demonstrating Translate X & Y, Scale, Rotate, Flip and Opacity effects.
- Responsive design for seamless use across devices (desktop, tablet, and mobile).

This app is ideal for exploring and learning how different animation curves work in Flutter
applications.

## Roadmap

- Add more controls.

- Add Interactive Graph to visualize custom curve.

- Add Switch to toggle theme mode in header.

## Live-Demo

https://vchib1.github.io/flutter-curve-visualizer/

## Authors

- [@vchib1](https://www.github.com/vchib1)