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

discontinued
Dart 1 only

A simple library help to find routes in Taipei MRT.

mrtlib #

A simple library help to find routes in Taipei MRT.

Created from templates made available by Stagehand under a BSD-style license.

Usage #

To the the library, you can create a new instance of MRTMap.

final map = new MRTMap();

Then, you can input two stations and find all possible routes between them.

final routes = map.findRoutes('大安', '忠孝復興');

That's all!

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A simple library help to find routes in Taipei MRT.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on mrtlib