aryehof / dart-event

Create lightweight custom Dart Events, that allow interested subscribers to be notified that something has happened. Provides a notification mechanism across independent packages/layers/modules.
https://pub.dev/packages/event/
Apache License 2.0
20 stars 3 forks source link

Please add 'const' modifier to constructors #9

Closed viacheslavdenysiuk closed 2 years ago

viacheslavdenysiuk commented 2 years ago

Please add 'const' modifier to all possible constructors in your library. At least to 'EventArgs'.

Thanks in advance!

aryehof commented 2 years ago

Pull requests are welcome.