firexcode 0.7.7 copy "firexcode: ^0.7.7" to clipboard
firexcode: ^0.7.7 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:firexcode/firexcode.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: 'dropdown',
          onChanged: (v) {
            setState(() {});
          },
          dropdownValue: 'two'),
    ]).xScaffold(appBar: 'example Dropdown'.text().xAppBar());
  }
}
3
likes
0
pub points
71%
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_web_plugins, flutter_widgets, json_ast, meta, process_run

More

Packages that depend on firexcode