Replies: 3 comments 2 replies
-
Hi @rekire, we need to have this
Yes, android and web are released on pub.dev. We are currently polishing support for the initial iOS release in version
That's interesting. I've seen some projects to use a |
Beta Was this translation helpful? Give feedback.
-
|
@josxha I tried it again to run the windows build just to see where it starts crashing or something similar, instead it just doesn't build. Without changes I get: When I add this to the top of The error changes to: Which leads me to think that somewhere internal a powershell is used instead of cmd. Do you have an idea what's going on? |
Beta Was this translation helpful? Give feedback.
-
Oh I see, there was a misunderstanding on my side. I thought that you were trying to run the package on iOS. The mentioning of these platforms in the pubspec.yaml has no meaning. It's was generated when creating the initial project. The accurate list of supported platforms is the one at the top: Lines 15 to 18 in 3e6c428 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just found your library and started looking at your code, I'm a bit confused about some details. You marked in your
pubspec.yamlthat you don't intend to publish itpublish_to: 'none', but it is public on pub.dev.On pub.dev are just Android and Web capabilities listed, but I see again in the pubspec targets for iOS, Linux, macOS and Windows. Are those not production ready? I also noticed that you use two packages for the darwin platforms (iOS and macOS) that is most likely not required. Are you aware of that?
Beta Was this translation helpful? Give feedback.
All reactions