Is multithreading possible in Flutter?

Dart/Flutter is single threaded and not possible to share global variable . As each isolate has its own memory,space and everything. To make it work like multi threaded you have to use isolates and the communication will be used through ports by sending message to one another.

Sizin İçin Seçtik  Are there threads in Flutter?

Leave a Reply

Your email address will not be published. Required fields are marked *