helix_indicator 1.0.0 copy "helix_indicator: ^1.0.0" to clipboard
helix_indicator: ^1.0.0 copied to clipboard

A customizable animated Helix indicator widget for Flutter.

helix_indicator #

A customizable animated Helix indicator widget for Flutter.

Features #

  • Smooth animation.
  • Customizable color, size, and padding.
  • Easy to integrate.

Usage #

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

	@override
	Widget build(BuildContext context) {
		return MaterialApp(
			title: 'Her OS Loader',
			theme: ThemeData.dark(),
			home: const Scaffold(
				backgroundColor: Color(0xffd1684e),
				body: Center(
					child: HelixIndicator(color: Colors.white, size: 150),
				),
			),
		);
	}
}

License #

MIT

0
likes
150
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable animated Helix indicator widget for Flutter.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on helix_indicator