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

A new Flutter package to get polyline points.

example/lib/main.dart

import 'package:example/map_screen.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Google Polyline Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const MapScreen(),
    );
  }
}
0
likes
150
pub points
56%
popularity

Publisher

unverified uploader

A new Flutter package to get polyline points.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on google_polyline_points