Jaguar-dart / jaguar

Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
http://jaguar-dart.github.io
463 stars 34 forks source link

Error in Boilerplate Mux #131

Open tmtong opened 4 years ago

tmtong commented 4 years ago

For boilerplate.client xxx@hairyass:~/Documents/boilerplate_mux/bin$ dart client.dart client.dart:31:24: Error: Method not found: 'IOClient'. resty.globalClient = http.IOClient();

Apparently they change the interface, should be import 'package:http/io_client.dart'; resty.globalClient = IOClient();