fn_http 1.0.0
fn_http: ^1.0.0 copied to clipboard
Simple HTTP wrapper with clear outcomes directed through callbacks
example/fn_http_example.dart
import 'package:fn_http/fn_http.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}