happy_package 0.0.1 copy "happy_package: ^0.0.1" to clipboard
happy_package: ^0.0.1 copied to clipboard

discontinued
outdated

Helpful packages for Dart basic classes.

Helpful extensions for Dart basic classes #

Getting started #

flutter pub get happy_package

Usage #

import 'package:happy_package/happy_package.dart';

const DateTime dt = DateTime(2003,22,02);
print(dt.toDMY("-")) // 02-22-2003

const String str = "hello";
print(str.shuffle.capitalize) // Elohl

print(3.0.hasDecimal) // false
print(3.1.hasDecimal) // true
2
likes
120
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Helpful packages for Dart basic classes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on happy_package