An open API service indexing awesome lists of open source software.

https://github.com/liplum/rettulf

The domain specific language for flutter widgets.
https://github.com/liplum/rettulf

dart flutter pub

Last synced: 12 months ago
JSON representation

The domain specific language for flutter widgets.

Awesome Lists containing this project

README

          

# Rettulf

[![pub package](https://img.shields.io/pub/v/rettulf.svg?style=for-the-badge&logo=dart)](https://pub.dartlang.org/packages/rettulf)

### *!esrever ni stegdiw etirW*

## Getting started

![an app with reversed hello world](img/showcase.png)

```dart
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.