rettulf 1.0.1 rettulf: ^1.0.1 copied to clipboard
Write widgets in reverse! Rettulf provides lots of wrappers for you build widgets with method chaining.
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();
}
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.