flutter_magic 0.0.1 copy "flutter_magic: ^0.0.1" to clipboard
flutter_magic: ^0.0.1 copied to clipboard

A new Flutter syntactic sugar project.

fit #

a flutter Syntactic sugar

Usage #

flutter pub add fit

Example #


class MyWidget extends StatelessWidget {
  const MyWidget({Key? key}) : super(key: key);
  @override
  Widget build(BuildContext context) {
    return Text("123")
        .fontSize(20)
        .color(Colors.red)
        .padding(all: 10);
  }
}

GitHub #

https://github.com/newpanjing/fit

4
likes
130
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter syntactic sugar project.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_magic