smooth_compass_plus 0.0.1+6 copy "smooth_compass_plus: ^0.0.1+6" to clipboard
smooth_compass_plus: ^0.0.1+6 copied to clipboard

updated version of 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 const MaterialApp(
      home: HomePage(),
    );
  }
}
4
likes
140
pub points
70%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_sensors, location, vector_math

More

Packages that depend on smooth_compass_plus