ArunPrakashG / valorant_client

Unofficial valorant client to interact with riot's valorant game api.
MIT License
6 stars 2 forks source link

Possible to use this with Flutter? #1

Closed bboychris168 closed 2 years ago

bboychris168 commented 2 years ago

Hey, i was wondering if it could be possible to use this with Flutter to make a login module?

ArunPrakashG commented 2 years ago

Hey, yes this can be used in flutter. i only started working on this recently, the api isn't stable yet and i only implemented authentication system for now

bboychris168 commented 2 years ago

Would you be able to make a very simple example of a login module with flutter? :)

ArunPrakashG commented 2 years ago

Its pretty easy to be honest, as the package is still not in pub, i can't provide an example. however, after i complete the package i will upload it to pubspec. then i will create an example app on how to use it.

bboychris168 commented 2 years ago

Yeah that would help me out alot! Theres so many exmaples of a valorant login in other languages but not in Dart yet. As im still learning Dart/Flutter an example of this would help me alot. You should have a donate button in the future as well, i like what i see so far.

ArunPrakashG commented 2 years ago

Hey @bboychris168 I have published this library on pub.dev

You can now easily use this in flutter, i also updated the documentation a bit. although there are lots of endpoints to implement, I have made authentication headers public, so that you can authorize custom requests once internal RSO authentication flow completes.

Check out the Main Page of this project for documentation

bboychris168 commented 2 years ago

Ok thank you very much! ill have a look at the documentation soon. Ill ask any questions if i need anything :)