Need help on what's possible

I’m planning to create my first app but like to check if these components/functionalities are available ‘out-of-the-box’ to use now?

  1. Audio/voice recording for speech to text
  2. Local file access - to write/edit local files.
  3. Photo/image selection or capture, to convert to webp before storing or uploading to website?
  4. Any image to text OCR capabilities? (Use iOS’s text OCR feature?)

If not available, what are my options?
Anyway to ‘add libraries’, not quite sure how it works …

Or should I look elsewhere?

Thank you!

Hey @think

Happy to help you here, so right now recording and local file modifications aren’t supported within Nowa itself, but you can do them with Flutter code (they will be soon with our coming MarketPlace). Same for text to OCR as well.

Regading image picker we released one already. We will release a documentation about it in the coming week.

Adding libraries can be done as you do for a normal Flutter project. When you have it as a local project, you can simply open it in any IDE like VS code and import the libraries you need and use them inside. You can then go back to Nowa and continue building there as normal :slight_smile:

Hope it helps!