hypen 0.2.3
hypen: ^0.2.3 copied to clipboard
A set of libraries that help you design robust, testable, and maintainable apps.
hypen #
A framework libraries for building flutter applications.
TODO #
State Management #
- ✅ basic hooks
- ✅ non-keyed shared state
- ✅ Code generator
- ✅ keyed shared state
- ✅ Code generator
- ✅ Composable shared state
- ✅ Reset shared state
- ✅ functional widget
- ✅ Code generator
- ❌ Rebuild optimization with caching
- ✅ Auto-insert 'part' directive
- ❌ Directive inserting handling
- ✅ Scoping for shared state
- ✅ Selection
- ❌ override shared state
- ❌ inject scoped data
- ❌ Side effect
- ❌ Async global state
- ❌ Code generator
- ❌ Suspense boundary for async state
- ❌ Bounded async hook
- ❌ Robust example
- ❌ Hooks Testability
- ✅ Simple
HypenBuilder
- ✅ Simple
- ❌ Incremental code generation
Router #
- ❌ Router API design
- ❌ Simple File-based router
- ❌ layout file
- ❌ ignore path
- ❌ slug path
- ❌ grouping path
- ❌ catch all path
- ❌ parallel path
- ❌ Error/Exception boundary
- ❌ Robust example
Dependency Injection #
- ❌ DI API design
- ❌ Simple Annotation based DI
- ❌ Code Generator
State Injection #
- ❌ Scoped State API design
- ❌ Code generator