smooth_compass_plus 0.0.4 copy "smooth_compass_plus: ^0.0.4" to clipboard
smooth_compass_plus: ^0.0.4 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(),
    );
  }
}
10
likes
130
points
93
downloads

Publisher

verified publisherahmedayman.info

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_sensors, location, logger, sensors_plus, vector_math

More

Packages that depend on smooth_compass_plus