material_x 0.7.0 copy "material_x: ^0.7.0" to clipboard
material_x: ^0.7.0 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';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return HomePage().xMaterialApp();
  }
}

class HomePage extends StatefulWidget {
  @override
  _HomePageState createState() => _HomePageState();
}

class _HomePageState extends State<HomePage> {
  @override
  Widget build(BuildContext context) {
    return xListView.list([
      ["one", "two", "three"].xDropdownLabel(
          name: "zeshan",
          onChanged: (v) {
            setState(() {});
          },
          dropdownValue: "two"),
    ]).xScaffold(appBar: "example Dropdown".text().xAppBar());
  }
}
11
likes
30
pub points
0%
popularity

Publisher

unverified uploader

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, console_cmd, dart_style, flutter, flutter_widgets, json_ast, process_run

More

Packages that depend on material_x