Andadurias / Instant-Notes

Micro journaling app to reduce the effort of taking notes, managing memories and connecting ideas
The Unlicense
2 stars 1 forks source link

Which language are we going to use? #6

Closed BlancaCC closed 2 years ago

BlancaCC commented 2 years ago

In order to solve #4 we need to select a programing language and framework.

The choice criteria is:

  1. Multiplatform (iOS, android and if can also be exported to web page it would be even better)
  2. Have all the utilities needed at #1 they are:
    • Upload image
    • Access to camera, audio and storage of the dispositive.
  3. Components library of the design #5
BlancaCC commented 2 years ago

Some option are:

Some good web resources are:

Final conclusion:

Flutter platform with Dart language

pablojjimenez commented 2 years ago

Cordova is kinf of outdate, did you look capacitor ?

You can drop Capacitor into any existing web project done with sth like Angular, React, Vue...

BlancaCC commented 2 years ago

I didn't hear before about capacitor, it is really interesting. Thanks you. However we are going to use Flutter the according to its native SDK.