Skip to content
forked from liplum/rettulf

The domain specific language in dart for flutter widgets.

License

Notifications You must be signed in to change notification settings

SIT-kite/rettulf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rettulf

pub package

!esrever ni stegdiw etirW

Getting started

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");
}

an app with reversed hello world

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.

About

The domain specific language in dart for flutter widgets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%