xsoulspace_foundation 0.0.1 xsoulspace_foundation: ^0.0.1 copied to clipboard
Shared utils, extensions, and helpers.
This package is a collection of useful utilities, extensions, and helpers that I often use in my projects. It is intended for personal and commercial projects, providing reusable components that enhance productivity and maintainability. Please note: this package is kinda stable, but some parts may be unstable or deprecated.
Usage #
To use the xsoulspace_foundation
package in your Flutter project, follow these steps:
-
Add Dependency: Include the package in your
pubspec.yaml
file:dependencies: xsoulspace_foundation: ^0.0.1
-
Import the Package: Import the necessary files in your Dart code:
import 'package:xsoulspace_foundation/xsoulspace_foundation.dart';
-
Utilize Utilities and Extensions: Use the provided utilities and extensions in your application:
// Example of using date time utilities DateTime nowUtc = dateTimeNowUtc();
Contributing #
Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.
License #
This package is licensed under the MIT License. See the LICENSE file for more details.