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

outdated

Native hud loading dialogs.

native_progress_hud #

A new flutter plugin project.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

native_progress_hud Pub Build Status #

This plugin allows using native hud loading dialogs in Android and iOS. It was made specifically for Add2App use cases when just a part of your UI is made in Flutter.

Usage #

To use this plugin, add native_progress_hud as a dependency in your pubspec.yaml file.

Example #

import 'package:native_progress_hud/native_progress_hud.dart';

    NativeProgressHud.showWaiting(); // show hud

    NativeProgressHud.showWaitingWithText("show some text"); // show hud with text
    NativeProgressHud.hideWaiting(); // hide hud