flutter_physics_ui 0.0.1
flutter_physics_ui: ^0.0.1 copied to clipboard
Physics-based UI elements that respond to touch and gravity
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2024-12-19 #
Added #
- Initial release of flutter_physics_ui package
- Physics-based UI elements that respond to touch and gravity
- Support for all 6 platforms: iOS, Android, Web, Windows, macOS, Linux
- WASM compatibility for web platform
- Core physics engine integration with the
physicspackage - Touch-responsive physics simulations
- Gravity-based animations and interactions
Technical Features #
- Flutter SDK compatibility: >=3.10.0
- Dart SDK compatibility: >=3.0.0 <4.0.0
- Comprehensive test coverage
- Linting and code quality tools
- Build runner support for code generation
Platform Support #
- ✅ iOS
- ✅ Android
- ✅ Web (with WASM support)
- ✅ Windows
- ✅ macOS
- ✅ Linux