ovprogresshud 0.1.1 copy "ovprogresshud: ^0.1.1" to clipboard
ovprogresshud: ^0.1.1 copied to clipboard

discontinued
outdated

A useful Hud framework is implemented by calling native code by Flutter. With one line of code, you can call Hud out anywhere and control its hiding. In the example App, you can see how to use it. SVP [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ovprogresshud

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ovprogresshud: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ovprogresshud/progresshud.dart';
2
likes
0
pub points
20%
popularity

Publisher

unverified uploader

A useful Hud framework is implemented by calling native code by Flutter. With one line of code, you can call Hud out anywhere and control its hiding. In the example App, you can see how to use it. SVProgress HUD is used on iOS and SVProgress HUD-Android is used on Android (this package is a copy of iOS version). UI comes from the native layer, so there is not too much definition space. If you need to customize, you can rewrite the framework code on each platform separately (more troublesome).

Repository (GitHub)
View/report issues

Dependencies

flutter

More

Packages that depend on ovprogresshud