Update README.md
This commit is contained in:
parent
e08aff9507
commit
6ff96bff49
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ In addition, the client supports `angel_auth` authentication.
|
||||||
// Choose one or the other, depending on platform
|
// Choose one or the other, depending on platform
|
||||||
import 'package:angel_client/io.dart';
|
import 'package:angel_client/io.dart';
|
||||||
import 'package:angel_client/browser.dart';
|
import 'package:angel_client/browser.dart';
|
||||||
|
import 'package:angel_client/flutter.dart';
|
||||||
|
|
||||||
main() async {
|
main() async {
|
||||||
Angel app = new Rest("http://localhost:3000");
|
Angel app = new Rest("http://localhost:3000");
|
||||||
|
|
Loading…
Reference in a new issue