widgetx 0.1.1 copy "widgetx: ^0.1.1" to clipboard
widgetx: ^0.1.1 copied to clipboard

Superpowers for your flutter widgets. Collection of useful extensions on Flutter's Widget Kit.

example/main.dart

import 'package:widgetx/widgetx.dart';
import 'package:flutter/material.dart';

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

class App extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: ['apple', 'oranges', 'grapes'].texts().column().container(),
    );
  }
}
4
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Superpowers for your flutter widgets. Collection of useful extensions on Flutter's Widget Kit.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on widgetx