Press ESC to close

Flutter App : The domain specific language in dart for flutter widgets

Rettulf

!esrever ni stegdiw etirW

Getting started

an app with reversed hello world
import 'package:rettulf/rettulf.dart'; 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.

GitHub

View Github

Footer Example