olu 1.0.0
olu: ^1.0.0 copied to clipboard
RTL-first Flutter UI kit with zero dependencies — Arabic typography (kashida, tajweed, bidi), responsive Bento grids, and RTL-aware carousels.
import 'package:flutter/material.dart';
import 'showcase_app.dart';
/// Entry point for the olu package example app.
void main() => runApp(const OluShowcaseApp());