toolkit 0.2.0 copy "toolkit: ^0.2.0" to clipboard
toolkit: ^0.2.0 copied to clipboard

outdated

Just a simple toolkit for flutter. Some APIs are ready to help manipulate map, string, random, sleep, and media query. Hopefully can be useful.

example/main.dart

import 'package:toolkit/toolkit.dart';

import 'mapExample.dart';
import 'randomExample.dart';
import 'regexpExample.dart';
import 'sleepExample.dart';

main () async {
  // Init new toolkit
  Toolkit t = Toolkit();

  mapExample(t);
  print("\n\n");
  randomExample(t);
  print("\n\n");
  regexpExample(t);
  print("\n\n");
  sleepExample(t);
}
1
likes
0
points
74
downloads

Publisher

verified publisherariefsn.dev

Weekly Downloads

Just a simple toolkit for flutter. Some APIs are ready to help manipulate map, string, random, sleep, and media query. Hopefully can be useful.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on toolkit