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

An unofficial, public API to access Naolib's and Nantes Métropole's public transit data.

naolib_transit_service #

An unofficial, public API to access Naolib's and Nantes Métropole's public transit data.

Features #

  • Access real-time public transit data for Nantes Métropole.
  • Fetch schedules, routes, and stop information.
  • Easy integration with Flutter applications.

Getting started #

  1. Add the package to your pubspec.yaml file:

    dependencies:
      naolib_transit_service: ^0.0.1
    
  2. Import the package in your Dart code:

    import 'package:naolib_transit_service/naolib_transit_service.dart';
    
  3. Follow the documentation for usage examples.

Usage #

Here's a simple example of how to use the package to fetch transit data:

import 'package:naolib_transit_service/naolib_transit_service.dart';

void main() async {
  final transitService = NaolibTransitService();
}
0
likes
160
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

An unofficial, public API to access Naolib's and Nantes Métropole's public transit data.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

http

More

Packages that depend on naolib_transit_service