neneui_render 0.0.4 copy "neneui_render: ^0.0.4" to clipboard
neneui_render: ^0.0.4 copied to clipboard

Render NeneUI interface definitions as native Flutter widgets.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:neneui_render/neneui_render.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 InitUI.init(
      baseUrl: "http://localhost:3500",
      title: "Nene",
      debugShowCheckedModeBanner: false,
    );
  }
}
0
likes
70
points
235
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Render NeneUI interface definitions as native Flutter widgets.

Repository (GitHub)
View/report issues

License

Unlicense (license)

Dependencies

file_picker, flutter, flutter_js, flutter_svg, http, shadcn_flutter, url_launcher

More

Packages that depend on neneui_render