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

A customizable animated Helix indicator widget for Flutter.

example/main.dart

import 'package:flutter/material.dart';
import 'package:helix_indicator/helix_indicator.dart';

void main() {
  runApp(const MyApp());
}

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