GetUtils is a library extracted from the GetX package for easy and flexible utility functions. This fork provides a streamlined approach to various utilities for Flutter and Dart applications, making it easier to use these features independently.
This library offers several utilities for managing platform checks, widget padding and margin, and string manipulation, among other functionalities.
Features Platform Checks: Determine the current platform (Web, macOS, Windows, Linux, Android, iOS, Fuchsia). Widget Utilities: Convenient extensions for padding, margin, and slivers in Flutter widgets. String Utilities: Enhanced string manipulation functions. Number Utilities: Precision handling and duration extensions. Iterable Utilities: Extended functionalities for iterable collections.
To use GetUtils in your Flutter or Dart project, include it in your pubspec.yaml:
dependencies:
get_utils:
git: https://github.com/gktirkha/get_utils.gitYou can find all the features and Documentation here
Contributions are welcome! Please submit issues and pull requests on the GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for more details.