firexcode 1.0.3 copy "firexcode: ^1.0.3" to clipboard
firexcode: ^1.0.3 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

_fe_analyzer_shared, animated_interpolation, console_cmd, dart_style, flutter, flutter_web_plugins, json_ast, meta, process_run

More

Packages that depend on firexcode