material_x 0.2.4 copy "material_x: ^0.2.4" to clipboard
material_x: ^0.2.4 copied to clipboard

outdated

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';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    mxStatusBar();
    return HomePages().mxMaterialApp(title: 'zeeshan');
  }
}

class HomePages extends StatefulWidget {
  @override
  _HomePagesState createState() => _HomePagesState();
}

class _HomePagesState extends State<HomePages> {
  @override
  Widget build(BuildContext context) {
    return (BuildContext context, int index) {
      return AnimationConfiguration.staggeredList(
        position: index,
        duration: const Duration(milliseconds: 1000),
        child: ListTile(
          title: index.toString().textMaterial(),
        ).mxContainer(color: Colors.red).mxap(value: 20.0).mxFA().mxSA(),
      );
    }.mxListVB(itemCount: 100).mxAnimationLimiter().mxScaffold();
  }
}
11
likes
0
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package you can develop attractive and/or create UI are you interested to learn documentation....

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

animated_interpolation, dart_style, flutter, flutter_widgets, json_ast

More

Packages that depend on material_x