marker_tracker 0.0.2 copy "marker_tracker: ^0.0.2" to clipboard
marker_tracker: ^0.0.2 copied to clipboard

A flutter package to track the marker when is out of the bound

example/lib/main.dart

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

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

class MainApp extends StatefulWidget {
  const MainApp({super.key});

  @override
  State<MainApp> createState() => _MainAppState();
}

class _MainAppState extends State<MainApp> {
  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: HomePage(),
      debugShowCheckedModeBanner: false,
      //testsd
    );
  }
}
5
likes
160
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package to track the marker when is out of the bound

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on marker_tracker