flui_kit 0.0.2+1 copy "flui_kit: ^0.0.2+1" to clipboard
flui_kit: ^0.0.2+1 copied to clipboard

A Flutter library offering modern high customizable components and screens for seamless app development.

example/lib/main.dart

import 'package:flutter/material.dart';

// import 'components/accordion_example.dart';
// import 'components/advanced_pagination_example.dart';
import 'components/date_picker_example.dart';
// import 'components/queed_notification_example.dart';
// import 'components/multi_stepper_example.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: DatePickerExample(),
    );
  }
}
8
likes
130
points
9
downloads

Publisher

verified publishermaeltoukap.me

Weekly Downloads

A Flutter library offering modern high customizable components and screens for seamless app development.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on flui_kit