xutils_pack 1.0.5 copy "xutils_pack: ^1.0.5" to clipboard
xutils_pack: ^1.0.5 copied to clipboard

XUtils is a Dart/Flutter package that provides a collection of extensions for common data types such as DateTime, double, int, and String.

example/lib/main.dart

/*
==========================================================
🧩 Example App — XUtils Pack
==========================================================
*/

import 'package:example/example_xutils.dart';
import 'package:flutter/material.dart';
import 'package:xwidgets_pack/widgets/x_snackbar.dart';

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

Publisher

verified publisheranonimeact.com

Weekly Downloads

XUtils is a Dart/Flutter package that provides a collection of extensions for common data types such as DateTime, double, int, and String.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on xutils_pack