You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been created to keep talking about #9. So, as I said in #9 (comment), I have done refactoring in cea115a and 5556a7b :
Moved all source files into the src directory.
Renamed BonsoirPlatformEvents into BonsoirAction (to avoid confusions with BonsoirEvent).
Merged MethodChannelBonsoir and BonsoirPlatformInterface because I thought it was not needed to have an abstraction for BonsoirPlatformInterface (but I'm not that sure about this one).
The merge of platform interface with the method channel is bad, other plug-ins don't necessarily need to use a method channel to implement a platform interface, so it should be separated.
This issue has been created to keep talking about #9. So, as I said in #9 (comment), I have done refactoring in cea115a and 5556a7b :
src
directory.BonsoirPlatformEvents
intoBonsoirAction
(to avoid confusions withBonsoirEvent
).MethodChannelBonsoir
andBonsoirPlatformInterface
because I thought it was not needed to have an abstraction forBonsoirPlatformInterface
(but I'm not that sure about this one).What do you think about it @Piero512 ?
The text was updated successfully, but these errors were encountered: