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:

Rust logo over black marble background.

Handling memory leaks in Rust

Learn how to manage memory leaks in Rust, avoid unsafe behavior, and use tools like weak references to ensure efficient programs.

Ukeje Goodness
Nov 20, 2024 â‹… 4 min read
Robot pretending to be a person.

Using curl-impersonate in Node.js to avoid blocks

Bypass anti-bot measures in Node.js with curl-impersonate. Learn how it mimics browsers to overcome bot detection for web scraping.

Antonello Zanini
Nov 20, 2024 â‹… 13 min read
Solving Eventual Consistency In Frontend

Solving eventual consistency in frontend

Handle frontend data discrepancies with eventual consistency using WebSockets, Docker Compose, and practical code examples.

Kayode Adeniyi
Nov 19, 2024 â‹… 6 min read
How To Use Lazy Initialization Pattern With Rust 1.80

How to use the lazy initialization pattern with Rust 1.80

Efficient initializing is crucial to smooth-running websites. One way to optimize that process is through lazy initialization in Rust 1.80.

Yashodhan Joshi
Nov 18, 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