wisecore 2.2.2 copy "wisecore: ^2.2.2" to clipboard
wisecore: ^2.2.2 copied to clipboard

unlisted

A flutter core project used by Wisemen. Comes with a bunch of generally useful extensions and functions.

example/wisecore_example.dart

import 'package:wisecore/wisecore.dart';

void main() async {
  final now = DateTime.now();
  final oneHourAgo = now.subtract(const Duration(hours: 1));

  if (now.isSameDate(oneHourAgo)) {
    // Do something
  }
}
1
likes
0
points
245
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter core project used by Wisemen. Comes with a bunch of generally useful extensions and functions.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, flutter_platform_alert, intl, plugin_platform_interface, riverpod, shared_preferences, url_launcher, url_launcher_platform_interface

More

Packages that depend on wisecore