rettulf 3.0.0 copy "rettulf: ^3.0.0" to clipboard
rettulf: ^3.0.0 copied to clipboard

Write widgets in reverse! Rettulf provides lots of wrappers for you build widgets with method chaining.

Rettulf #

pub package

!esrever ni stegdiw etirW #

Getting started #

an app with reversed hello world

import 'package:rettulf/rettulf.dart';

void main() => const MyApp().runAsApp();

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) =>
      "!dlorW ,olleH"
          .text()
          .padAll(50)
          .center()
          .scaffold(appBar: "RAB PPA".text().appBar())
          .materialApp(title: "Rettulf");
}

Additional information #

I don't want to be overwhelmed by the verbose syntax from dart, so I made this.

Rettulf is not only a package but also a philosophy of programming.

2
likes
150
points
164
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Write widgets in reverse! Rettulf provides lots of wrappers for you build widgets with method chaining.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on rettulf