fbui 0.0.7 copy "fbui: ^0.0.7" to clipboard
fbui: ^0.0.7 copied to clipboard

This is a library of ui widgets to help you make flutter apps. Not ready for production.

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});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(brightness: Brightness.light),
      home: ExampleView(),
    );
  }
}
1
likes
140
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

This is a library of ui widgets to help you make flutter apps. Not ready for production.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on fbui