flutter_utilsx 1.1.1
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_utilsxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_utilsx: ^1.1.1Alternatively, 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';