QuickBirdEng / survey_kit

Flutter library to create beautiful surveys (aligned with ResearchKit on iOS)
MIT License
127 stars 97 forks source link

Image answer implementations #117

Closed soaresg closed 1 year ago

soaresg commented 1 year ago

Hello.

I created some adjustments and new features to the Image Answer View, here are the features:

Implementation of an option to use the Gallery or not.

Added a picture of example when you select to take the photo, if the step is blank, then this step isn't displayed.

Centralized the button to insert the image.

Inserted an example in the getSampleTask() and the json file.

soaresg commented 1 year ago

Hello,

I'm seeing the logs of the test and the error is that the flutter 3.10.5-stable has an error in the platform.dart file. I fixed the error in my machine and run the tests and all passed, you have any suggestion about that?

Numoy commented 1 year ago

Seems like a bug inside the test-runner configuration, since the test also passes on my end. I will fix that in another PR. Thanks for your contribution