brim-borium / spotify_sdk

Flutter Package to connect the spotify sdk
https://pub.dev/packages/spotify_sdk
Apache License 2.0
143 stars 81 forks source link

Can this package get converted to native dart #151

Closed guyluz11 closed 2 years ago

guyluz11 commented 2 years ago

I was wondering if this package or part of it can get converted to native dart and thus work on all platforms, and can get executed from server side as well?.

What part of this library require the flutter framework and what part of it only required native dart code.

fotiDim commented 2 years ago

Nope, not possible with this package. The dart part is essentially glue code calling native APIs.

guyluz11 commented 2 years ago

I see, thanks.