swiss_knife 1.0.0 copy "swiss_knife: ^1.0.0" to clipboard
swiss_knife: ^1.0.0 copied to clipboard

outdated

Dart useful tools, collections, math, date, etc...

Swiss Knife #

Dart useful tools: collections, math, date, etc...

Usage #

A simple usage example:

import 'package:swiss_knife/swiss_knife.dart';

class User {

  final EventStream<String> onNotification = new EventStream() ;

  void notify(String msg) {
    onNotification.add(msg) ;
  }

}

void main() {

  User user = new User() ;

  user.onNotification.listen((msg) {
    print("NOTIFICATION> $msg") ;
  });

}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

Author #

Graciliano M. Passos: gmpassos@GitHub.

License #

Dart free & open-source license.

18
likes
0
pub points
68%
popularity

Publisher

unverified uploader

Dart useful tools, collections, math, date, etc...

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

intl

More

Packages that depend on swiss_knife