servicestack 1.0.30 copy "servicestack: ^1.0.30" to clipboard
servicestack: ^1.0.30 copied to clipboard

outdated

ServiceStack's convenience utils for developing Dart VM and flutter apps. Integrates with ServiceStack's Server features including ServiceClient, Error Handling and Validation

example/main.dart

import 'package:servicestack/client.dart';
import 'test.dtos.dart';

main() async {
  var client = JsonServiceClient("http://test.servicestack.net");

  var request = Hello(name: "World");
  HelloResponse response = await client.get(request);
  
  print("Result: ${response.result}");
}
6
likes
0
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

ServiceStack's convenience utils for developing Dart VM and flutter apps. Integrates with ServiceStack's Server features including ServiceClient, Error Handling and Validation

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on servicestack