brbellissimo / numerics_json_client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerics JSON Client

Numerics JSON Client is a simple library that download and format data in the Numerics Widget Data Specification from a remote url.

Usage

A simple usage example:

import 'package:numerics_json_client/numerics_json_client.dart';

main() {
  
  var numericsClient = new NumericsKPIClient();
  var sampleKPI = await numericsClient.getNumberFromUrl("https://my-url/my-path");
  
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

License:MIT License


Languages

Language:Dart 100.0%