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

outdated

Just a simple toolkit for dart and flutter. Some API are ready to help manipulate map, string, random, and sleep. 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
71
downloads

Publisher

verified publisherariefsn.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on toolkit