flutter_utilsx 1.1.1 copy "flutter_utilsx: ^1.1.1" to clipboard
flutter_utilsx: ^1.1.1 copied to clipboard

It sort of contains a lot of methods that are daily usage while developing a project. like display dialogs & bottom sheets, check the value is null or not, Date Operations and formation It also helps [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_utilsx

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_utilsx: ^1.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_utilsx/context/context.dart';
import 'package:flutter_utilsx/custom_buttons/custom_buttons.dart';
import 'package:flutter_utilsx/custom_utils/custom_utils.dart';
import 'package:flutter_utilsx/custom_utils/validation_mixin.dart';
import 'package:flutter_utilsx/date_operations/date_formates.dart';
import 'package:flutter_utilsx/date_operations/date_formation.dart';
import 'package:flutter_utilsx/dialogs/dialogs.dart';
import 'package:flutter_utilsx/dynamic_size_extenshions/size_extenshions.dart';
import 'package:flutter_utilsx/extenshions/context_extenshions.dart';
import 'package:flutter_utilsx/flutter_utils.dart';
import 'package:flutter_utilsx/orintation.dart';
import 'package:flutter_utilsx/utils_functions/utils_function.dart';
3
likes
115
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

It sort of contains a lot of methods that are daily usage while developing a project. like display dialogs & bottom sheets, check the value is null or not, Date Operations and formation It also helps you to reduce the code and make it more readable.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on flutter_utilsx