device_scan_animation 0.0.6 copy "device_scan_animation: ^0.0.6" to clipboard
device_scan_animation: ^0.0.6 copied to clipboard

Device scan animation.

Device Scan Animation #

A package to quickly add nearby device scan animation with customizations. Device Scan Animation Demo

YouTube Video Demonstration #

Demo Video

Pub.dev #

The package is available on pub.dev Device Scan Animation Package

Usage #

For basic usage checkout the example provided. Below are all the parameters DeviceScanWidget accepts for customizations.

class MyHomePage extends StatelessWidget {
  const MyHomePage({super.key});

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      body: Center(
        child: DeviceScanWidget(
          nodeType: ..., // optional
          ringColor: ..., // optional
          ringThickness: ..., // optional
          nodeColor: ..., // optional
          onInitialize: () {}, // optional
          newNodesDuration: ..., // optional
          duration: ..., // optional
          scanColor: ..., // optional
          centerNodeColor: ..., // optional
          gap: ..., // optional
          layers: ..., // optional
          hideNodes: ..., // optional
        ),
      ),
    );
  }
}

5
likes
120
pub points
58%
popularity

Publisher

unverified uploader

Device scan animation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on device_scan_animation