Waviser is a Flutter project that visualizes sine and cosine waves. This app creates stunning wave animations.
SinCosViz.mp4
- Visualization of sine and cosine waves
- Real-time preview of wave changes
- Smooth wave animation
- Clone this repository
- Run
cd waviser
- Run
flutter pub get
- Run
flutter run
- Enjoy 😎
Contributions to Waviser are welcome! If you encounter any issues or have ideas for improvements, please open an issue on the GitHub repository. If you would like to contribute code, fork the repository, create a new branch, and submit a pull request with your changes. Make sure to follow the existing code style and include tests for any new features or bug fixes. 👋
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.