vortex 0.0.3
vortex: ^0.0.3 copied to clipboard
Vortex is a first powerful Flutter framework that brings the convenience and structure of Nuxt.js to Flutter development.
0.0.1 #
- Initial version.
- Added basic folder structure creation.
- Added dependency management for
flutterwind_coreandvortex. - Implemented router, pages, and components generation.
- Added basic logging for each step of the process
0.0.2 #
- Added basic folder structure creation.
- Added dependency management for
flutterwind_coreandvortex. - Implemented router, pages, and components generation.
- Added basic logging for each step of the process
0.0.3 #
- Added composable components.
- Added useFetch composable.
- Improved error handling and logging.
- Improved Reactive Store.
- Added CLI tools for generating pages, components, and more
- Added middleware support for handling navigation and requests
- Added plugin architecture for extending functionality
- Added reactive state management solution
- Added file-based routing system
- Added component system with simple API
- Improved documentation and examples
- Added support for shared preferences
- Added HTTP client with Dio integration
- Added logger plugin for better debugging