Features
Best Packege for Screen that shows title image & Description Just provide a json Lottie file url and anmy time and derscription
Getting started
Show Any Message with url / Image / Description
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:bj_messagehanlers/bj_messagehanlers.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget{
@override
Widget build(BuildContext context) {
// TODO: implement build
return Scaffold(
body: BJErrorhandler(
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