jprogress 0.0.4 copy "jprogress: ^0.0.4" to clipboard
jprogress: ^0.0.4 copied to clipboard

Custom Progress Indicators By Just Codes Developers Countdown - Download Progress - Upload Progress.

JProgress: It is a package that contains time-based progress widgets and also allows values based on user choice.

Features #

  • Timing Control -- Start - Stop - Duration ..etc

Getting started #

  • Circular Timing Progress
  • Circular Custom Progress
  • Linear Timing Progress
  • Linear Custom Progress

Usage #

To Use ProgressController You Must Initialize & dispose

 late ProgressController controller;
  @override
  void initState() {
    controller = ProgressController(
        duration: const Duration(minutes: 3),
        timeFormat: DateFormatN.SecMin,
        tickPeriod: const Duration(milliseconds: 1000));
    super.initState();
  }
// Dispose
  @override
  void dispose() {
    controller.dispose();
    super.dispose();
  }

Additional information #

Provided By Just Codes Developers "# JProgress"

3
likes
130
pub points
0%
popularity

Publisher

verified publisherjucodes.com

Custom Progress Indicators By Just Codes Developers Countdown - Download Progress - Upload Progress.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on jprogress