mh_ui 0.0.1+1
mh_ui: ^0.0.1+1 copied to clipboard
This Flutter package is a UI kit for all beginner and professional who want to developed fast. This package also improved http request. Also load network images and error widgets. You can try this package.
Example #
import 'package:mh_ui/mh_ui.dart';
//create a CustomNetworkImage example
CustomNetworkImage(
networkImagePath: 'https://www.example.com/image.jpg',
width: 100,
height: 100,
),