antler119 / system_tray

A Flutter package that makes it easy to customize and work with your Flutter desktop app's system tray.
MIT License
217 stars 54 forks source link

api of version 0.0.7 is not the same as the source code from github #19

Closed jkouubb closed 2 years ago

jkouubb commented 2 years ago

Hello, I found your plugin in pub so I want to have a try. But I can not run my code with issue #3 . To find what is going wrong, I cloned source code from github and run example, it works. So I compared code from pub with the one from github, I found there is some difference between them. For example, class AppWindows is not exposed in pub but exposed in github. The first parameter "title" of member function "initSystemTray" is normal in pub but named in github.

I think issue #3 might be solved but you have not updated the code, would you please have a look?

antler119 commented 2 years ago

try v0.0.8