jank_free_progress_indicator 0.0.1 copy "jank_free_progress_indicator: ^0.0.1" to clipboard
jank_free_progress_indicator: ^0.0.1 copied to clipboard

A jank-free web progress indicator.

example/jank_free_progress_indicator_example.dart

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

void main() => runApp(const MyApp());

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('jank_free_progress_indicator example'),
        ),
        body: const Column(
          children: [
            JankFreeProgressIndicator(),
            SizedBox(height: 32.0),
            JankFreeLinearProgressIndicator(),
          ],
        ),
      ),
    );
  }
}
0
likes
120
points
636
downloads

Publisher

verified publisheradrianjagielak.dev

Weekly Downloads

A jank-free web progress indicator.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on jank_free_progress_indicator