lumen_ui 0.0.3 copy "lumen_ui: ^0.0.3" to clipboard
lumen_ui: ^0.0.3 copied to clipboard

Lumen UI is an innovative open-source CLI tool for Flutter that solves the problem of bloated applications by generating UI components on demand. The project aims to create a modular approach where de [...]

example/lib/main.dart

import 'package:example/example_view.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Flutter Demo',
      home: ExampleView(),
    );
  }
}
1
likes
130
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

Lumen UI is an innovative open-source CLI tool for Flutter that solves the problem of bloated applications by generating UI components on demand. The project aims to create a modular approach where developers can scaffold only the specific components they need, rather than including entire UI libraries as dependencies.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, path, yaml

More

Packages that depend on lumen_ui