JoinSEEDS / seeds_light_wallet

http://www.joinseeds.earth/
MIT License
45 stars 22 forks source link

[Screen] Proposals #4

Closed 7flash closed 4 years ago

7flash commented 4 years ago

Choose Voice amount with this plugin: https://pub.dev/packages/flutter_fluid_slider

humazed commented 4 years ago

that's an initial proposal of how it would look.

the data is dummy data because the api currently returns an empty list.

Screenshot_1578459320

humazed commented 4 years ago

I combined parts from https://dribbble.com/shots/6728382-Blockchain-Governance-Experience-Redesign-Lunie-io/attachments https://dribbble.com/shots/6837438-Mobile-Application-Poll-survey-prediction-maker/attachments

I thought I reference them here for future references.

humazed commented 4 years ago

I don't see any api for sending a voice. just getVoice

7flash commented 4 years ago

I don't see any api for sending a voice. just getVoice

https://github.com/7flash/flutter_seeds_wallet/blob/f869f13513555c5a006d45ebb1a6f53a0f81dcea/lib/services/eos_service.dart#L71

voteProposal (governance branch)

humazed commented 4 years ago

is there an api for creating proposals because I want to add some to test the voting

7flash commented 4 years ago

is there an api for creating proposals because I want to add some to test the voting

I will add method to create new proposals after switching debug mode to interact with testnet (#38)

Regardless of that, you don't want to test it with real transactions during development process, but better mock these calls (#14)