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.
- Host: GitHub
- URL: https://github.com/liplum/rettulf
- Owner: liplum
- License: bsd-3-clause
- Created: 2022-11-29T15:16:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T11:53:51.000Z (over 1 year ago)
- Last Synced: 2025-06-24T09:48:50.061Z (about 1 year ago)
- Topics: dart, flutter, pub
- Language: Dart
- Homepage: https://pub.dev/packages/rettulf
- Size: 189 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Rettulf
[](https://pub.dartlang.org/packages/rettulf)
### *!esrever ni stegdiw etirW*
## Getting started

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