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

outdated

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.0.2

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/flutter_utils.dart';
3
likes
0
points
120
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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_plus, flutter, intl

More

Packages that depend on flutter_utilsx