Is it ok to create image Processing apps on flutter ?

72 views
Skip to first unread message

shashank singh bisht

unread,
Oct 29, 2020, 8:24:06 AM10/29/20
to Flutter Development (flutter-dev)
I create Android application on image processing i was littel confused that should i use flutter to create such applications so that it can run on ios too. 
Thank you in Advance 

Souvik Dutta Chowdhury

unread,
Oct 29, 2020, 10:02:18 AM10/29/20
to shashank singh bisht, Flutter Development (flutter-dev)
I guess yes.

On Thu, 29 Oct 2020, 5:54 pm shashank singh bisht, <shashank.s...@gmail.com> wrote:
I create Android application on image processing i was littel confused that should i use flutter to create such applications so that it can run on ios too. 
Thank you in Advance 

--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/aaf80676-66d3-4721-ac34-704d6ae8c477n%40googlegroups.com.

Andrew Brogdon

unread,
Oct 29, 2020, 4:14:46 PM10/29/20
to Souvik Dutta Chowdhury, shashank singh bisht, Flutter Development (flutter-dev)
You can certainly perform image processing in Dart and use that code in a Flutter application. I would recommend checking out the isolate sample application in the Flutter samples repo (github.com/flutter/samples), as you'll want to use an isolate to do the heavy computation without blocking UI builds/paints/etc.

-Andrew

shashank singh bisht

unread,
Oct 31, 2020, 10:23:19 AM10/31/20
to Andrew Brogdon, Souvik Dutta Chowdhury, Flutter Development (flutter-dev)
Thank you very much for your reply😄😄😄😇
Reply all
Reply to author
Forward
0 new messages