material_x 0.3.2
material_x: ^0.3.2 copied to clipboard
A new Flutter package you can develop attractive and/or create UI are you interested to learn documentation....
example/lib/main.dart
import 'package:material_x/material_x.dart';
import 'example/CardBanner.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
mxStatusBar();
return ExampleCardBanner().mxMaterialApp(title: 'zeeshan');
}
}