RootSoft / algorand-dart

Unofficial community SDK to interact with the Algorand network, for Dart & Flutter
MIT License
36 stars 16 forks source link

Proposing an example flutter app in the example folder #1

Closed martinloesethjensen closed 3 years ago

martinloesethjensen commented 3 years ago

I think it would be awesome to have one or more sample flutter apps.

Is this maybe something I can try and work on? I would very much like to help out while I learn something about Algorand 😄

RootSoft commented 3 years ago

Hi @martinloesethjensen

Good idea. I'm still working on some main features of the dart SDK and I will expand it with a couple of more examples in the following weeks. Feel free to create some sample examples as well! You can find a sample wallet application here: https://github.com/RootSoft/flutter-algorand-wallet It uses the Algorand SDK, Bloc and Hive.

I've written a solution and submitted it on the Algorand Developers section, which is currently under review.

If you have any questions, feel free to send me a message or join the official Algorand Discord: https://discord.com/invite/hbcUSuw

martinloesethjensen commented 3 years ago

Hi @RootSoft

That's super cool I will have a look at the repo you've linked 😄

Also very nice to have a package like this to support null safety! Good work 💪

RootSoft commented 3 years ago

I've added a couple of examples from the Developer website in Dart. Flutter examples might be hosted on seperate repositories.

I will close this issue for now. :)