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

outdated

A new flutter plugin project.

example/lib/main.dart

import 'package:flutter/material.dart';

import './screens/locations.dart';

void main() => runApp(MyApp());

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: LocationsScreen(),
    );
  }
}
0
likes
0
points
3
downloads

Publisher

verified publisheraawaz.dev

Weekly Downloads

A new flutter plugin project.

Homepage

License

unknown (license)

Dependencies

flutter, http, http_parser, meta

More

Packages that depend on navigine_api

Packages that implement navigine_api