jailbase 0.0.2 copy "jailbase: ^0.0.2" to clipboard
jailbase: ^0.0.2 copied to clipboard

A wrapper for the jailbase API

example/example.dart

import 'package:jailbase/jailbase.dart';

void main() async {
  List<Arrest> arrests = await JailBase.getArrests('az-mcso');

  for (Arrest arrest in arrests) {
    print(arrest.name);
  }
}
2
likes
30
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A wrapper for the jailbase API

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, http

More

Packages that depend on jailbase