adaojunior / pusher

The Dart library for interacting with the Pusher HTTP API.
https://pub.dartlang.org/packages/pusher
MIT License
12 stars 13 forks source link

please rename your user class #25

Open logemann opened 4 years ago

logemann commented 4 years ago

Hi,

having a class User in the pusher package clashes very often with app specific User classes when not prefixing on import. How about a PusherUser as name for that?

adaojunior commented 4 years ago

Hi @logemann , thank you for the feedback. I'll be updating/refactoring this library soon, and I'll take your suggestion into account.