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

outdated

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
pub points
0%
popularity

Publisher

unverified uploader

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