oxide 0.2.0
oxide: ^0.2.0 copied to clipboard
Oxide is a extremely simple yet powerful web framework for dart that's main goal is simplicity
Oxide Changelog #
0.1.0 #
- Created route class
- Created method enum
- Created utility functions to get metadata from route functions
- Created basic oxide server
0.1.1 #
- Patched the pubspec file with the correct SDK version
0.2.0-dev.1 #
- Rename
addRoutetosetRoutesand take an array of routes - Remove the host param from the
startfunction and listen on0.0.0.0