Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

progress hud

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).

easyuse progresshud for flutter app.

usage

progresshud.show();

show progress hud flutter

progresshud.showwithstatus('myinfo');

status

progresshud.showsuccesswithstatus('myinfo');

success

progresshud.showinfowithstatus('myinfo');

info

progresshud.showerrorwithstatus('myinfo');

error

progresshud.setdefaultmasktypeblack();

masktypeblack

progresshud.setdefaultmasktypegradient('myinfo');

masktypegradient


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top