mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
7cae1634e4573772e65e9d7441f0a157156213ac
EsiurDart ·

A Distributed Object Framework for Dart
Getting Started
To use EsiurDart you will need an Esiur.Net server instance running
Examples
import 'package:esiur/esiur.dart';
// Get a resource instance
final resource =
await Warehouse.get('your-end-point (e.g. iip://esiur.io/test', { // Additional data (i.e my credentials)
'username': 'username',
'password': 'password',
});
// Get the name by id
final name = await resource.getNameById('1')
print(name);
Contributing
The main purpose of this repository is to continue to evolve EsiurDart, making it faster and easier to use. Development of Esiur happens in the open on GitHub. We welcome all contributers.
License
EsiurDart is MIT licensed.
Description
Languages
Dart
100%