sg_bus_api 0.0.3 copy "sg_bus_api: ^0.0.3" to clipboard
sg_bus_api: ^0.0.3 copied to clipboard

An unofficial Flutter plugin that links the LTA BusAPI to any Flutter application

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sg_bus_api

With Flutter:

 $ flutter pub add sg_bus_api

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sg_bus_api: ^0.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sg_bus_api/sg_bus_api.dart';
1
likes
120
points
34
downloads

Publisher

verified publisherrach.codes

Weekly Downloads

An unofficial Flutter plugin that links the LTA BusAPI to any Flutter application

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on sg_bus_api