xwidgets_pack 1.0.9 copy "xwidgets_pack: ^1.0.9" to clipboard
xwidgets_pack: ^1.0.9 copied to clipboard

The library focuses on lightweight, well-documented components that are easy to style and compose.

example/lib/main.dart

/*
==========================================================
🧩 Example App — XWidgets
==========================================================
*/

import 'package:example/example_xwidgets.dart';
import 'package:flutter/material.dart';
import 'package:xwidgets_pack/xwidgets.dart';

void main() {
  runApp(
    MaterialApp(
      title: 'XWidgets Example',
      navigatorKey: XSnackbar.navigatorKey,
      debugShowCheckedModeBanner: false,
      theme: ThemeData(useMaterial3: true, colorSchemeSeed: Colors.blue),
      home: const ExampleXwidgets(),
    ),
  );
}
3
likes
160
points
639
downloads

Publisher

verified publisheranonimeact.com

Weekly Downloads

The library focuses on lightweight, well-documented components that are easy to style and compose.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dropdown_search, file_picker, flutter, freezed_annotation, image_picker, intl, json_annotation

More

Packages that depend on xwidgets_pack