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

PlatformAndroidiOS
outdated

compass with smooth rotation for 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(),
    );
  }
}
62
likes
110
points
223
downloads

Publisher

unverified uploader

Weekly Downloads

compass with smooth rotation for android and ios

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_sensors, vector_math

More

Packages that depend on smooth_compass