bj_messagehanlers 0.0.1
bj_messagehanlers: ^0.0.1 copied to clipboard
Beautifull & Light weight Package
Features #
Best Packege for Messages
Getting started #
Show Any Message with url / Image / Description
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget{
@override
Widget build(BuildContext context) {
// TODO: implement build
return Scaffold(
body: Errorhandler(
url: "any url Image/Gif/Lottie",
title: "oh!",
message: "Some thing wents wrong",
),
);
}
}
Additional information #
I update it but now i am testing it working fine & Stable