flutter_bright_ui 1.1.2 copy "flutter_bright_ui: ^1.1.2" to clipboard
flutter_bright_ui: ^1.1.2 copied to clipboard

BrightHR UI Flutter Copmonents

example/lib/main.dart

import 'package:flutter/material.dart';
import 'index/index_page.dart';
import 'widgets/empty_state_example.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 MaterialApp(
      title: 'Bright UI',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: IndexPage(),
    );
  }
}
1
likes
60
points
61
downloads

Publisher

unverified uploader

Weekly Downloads

BrightHR UI Flutter Copmonents

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

enum_to_string, equatable, flutter, flutter_cache_manager, flutter_svg, intl, separated_column

More

Packages that depend on flutter_bright_ui