2022-09-05
1769
#flutter
Charles Freeborn
45174
Sep 5, 2022 â‹… 6 min read

Pros and cons of Flutter app development

Charles Freeborn Cloud | JavaScript | Python | Technical Writer | Lead GDG Warri and Developer Circles Warri

Recent posts:

Rxjs Adoption Guide: Overview, Examples, And Alternatives

RxJS adoption guide: Overview, examples, and alternatives

Get to know RxJS features, benefits, and more to help you understand what it is, how it works, and why you should use it.

Emmanuel Odioko
Jul 26, 2024 â‹… 13 min read
Decoupling Monoliths Into Microservices With Feature Flags

Decoupling monoliths into microservices with feature flags

Explore how to effectively break down a monolithic application into microservices using feature flags and Flagsmith.

Kayode Adeniyi
Jul 25, 2024 â‹… 10 min read
Lots of multi-colored blue and purplish rectangles.

Animating dialog and popover elements with CSS @starting-style

Native dialog and popover elements have their own well-defined roles in modern-day frontend web development. Dialog elements are known to […]

Rahul Chhodde
Jul 24, 2024 â‹… 10 min read
Using Llama Index To Add Personal Data To Large Language Models

Using LlamaIndex to add personal data to LLMs

LlamaIndex provides tools for ingesting, processing, and implementing complex query workflows that combine data access with LLM prompting.

Ukeje Goodness
Jul 23, 2024 â‹… 5 min read
View all posts

4 Replies to "Pros and cons of Flutter app development"

  1. Nice write up. I recently published a Flutter app and can attest Flutter’s ease of development and performance. I was skeptical about Flutter’s/Dart’s performance in particular because my app needed to process millions of data points. Flutter/Dart handles it well as long as this kind of heavy processing is pushed off the UI thread to an Isolate. Below is a video that shows off some of the app’s features.

    https://youtu.be/TXiwzf-UJhQ

  2. Thank you for this blog post. However, I would disagree with two arguments:

    1. Xamarin or React Native do not use a WebView. React Native uses a Javascript bridge to transpile React Native components to platform-specific components. And Xamarin does the same with Xamarin.Forms components but they use C# not Javascript. So there is no real big ,,performance advantage” compared to React Native and Xamarin.
    2. You can find more than 16000 packages for Dart and/or Flutter on pub.dev. More than 4000 packages have been made for Flutter.

Leave a Reply