chenenyu / lifecycle

Lifecycle support for Flutter widgets.
https://pub.dev/packages/lifecycle
Apache License 2.0
50 stars 6 forks source link

Windows/Linux support #21

Closed ollyde closed 2 years ago

ollyde commented 2 years ago

It's not clear if this package supports Windows or Linux as I don't see any code for it?

chenenyu commented 2 years ago

This is a pure flutter package library, so it doesn't need any c++ code to support windows/linux, could you please have a try and give me a feedback? 😄

ollyde commented 2 years ago

@chenenyu on pub.dev you've listed that it covers all platforms. At the moment it looks like there's no library that does all. If you could make that happen it would be amazing!

chenenyu commented 2 years ago

@ollydixon I mean that this library already supports windows or linux now. You can try it and tell me if there are any bugs in it.

ollyde commented 2 years ago

@chenenyu it won't work if there's no native plugins written

chenenyu commented 2 years ago

There's also no native plugins for Android and iOS, but it works on those platforms.

ollyde commented 2 years ago
Screenshot 2022-05-01 at 16 03 01
ollyde commented 2 years ago

As you can see it says "Linux, MacOS, Web and Windows support" :-) perhaps you should remove that.