oxide 0.2.0-dev.1
oxide: ^0.2.0-dev.1 copied to clipboard
Extremely simple and easy to use web framework for Dart
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