Isolates in Dart & Flutter by Sahil Garg | GeekSpeak | GeekyAnts

preview_player
Показать описание
As advanced as the applications are these days, they stand to offer a lot of functionality, even for heavy tasks. But, running such a heavy task can often affect the fluidity of the UI of the app. So what's the solution here? The solution is to create a separate isolate, to execute the heavy task.

In this episode of GeekSpeak, Sahil Garg, Software Engineer - I, discusses, all there is about isolates in Dart and Flutter.

Watch the video, and tell us if you have any experience working with isolates in Flutter!

Connect with Sahil Garg:

Join the community:

Relevant Articles from the GeekyAnts Blog:

Also, follow us on:

#geekspeak #techsession #techdiscussion #isolates #dart #flutter #threads #cores #miltithreading #mobileapp #mobileappdevelopment #mobileapps #appdevelopment #softwaredevelopment
Рекомендации по теме
Комментарии
Автор

You've worked so hard. You definitely earned this. Congratulations.

tanujgoyal
Автор

Great Teaching. I want more videos from you regarding isolates such as after fetching a large list of data from an api,
> I want to iterate through each items of that large list
> the isolate stream will send back to each items in ui
> ui will reacieve those items one by one and will show them in a listview builder.

I want to do that because iterattion will stop refreshing the ui. But isolates will take care of it.
Thanks. Subscribed. Waiting.

tarikulislamtuhin
Автор

What about for flutter web ? No isolates. Create workers in dart ?

uqzxnct