v3.3.14
swiss_knife
Dart उपयोगी टूल - संग्रह, गणित, तारीख़, URI, JSON, इवेंट्स, संसाधन, नियमित व्यंजक, आदि...
18लाइक 2.3 हज़ार30-दिन डाउनलोड150Pub अंक
AndroidiOSWebmacOSWindowsLinux
डार्ट उपयोगी उपकरण: संग्रह, गणित, तिथि, आदि...
^0.20.2^3.1.2^5.1.1^1.29.0^5.0.4^1.19.1^1.15.0यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
pub package Null Safety Dart CI GitHub Tag New Commits Last Commits Pull Requests Code size License FOSSA Status
Dart Useful Tools:
and more...
See Swiss Knife API documentation for full functionalities.
A simple EventStream 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") ;
});
}
Please file feature requests and bugs at the issue tracker.
Graciliano M. Passos: gmpassos@GitHub.
Dart free & open-source license.