general_lib 0.0.21 general_lib: ^0.0.21 copied to clipboard
All in one library for help you make easy app on cross platform and support server side, inclue tcp, fetch, event emitter, websocket, and more.
example/lib/example.dart
int calculate() {
return 6 * 7;
}