device_scan_animation

Creator: coderz1093

Last updated:

0 purchases

device_scan_animation Image
device_scan_animation Images

Languages

Categories

Add to Cart

Description:

device scan animation

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

YouTube Video Demonstration #

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
),
),
);
}
}

copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.