smooth_compass 2.0.17 copy "smooth_compass: ^2.0.17" to clipboard
smooth_compass: ^2.0.17 copied to clipboard

smooth compass with animated rotation and custom widgets support for both(android and ios)

example/lib/main.dart

import 'package:example/views/home_page.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: HomePage(),
    );
  }
}
62
likes
140
points
229
downloads

Publisher

unverified uploader

Weekly Downloads

smooth compass with animated rotation and custom widgets support for both(android and ios)

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_sensors, location, vector_math

More

Packages that depend on smooth_compass