Best of DartNovember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Is Flutter better than React Native?

    Flutter and React Native are natural competitors as two of the most used multi-platform mobile app frameworks. The answer lies not in the technical aspects of React Native and Flutter at all. Hiring developers is famously difficult right now, but the pool of developers to draw from is far larger than Flutter's.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    Flutter vs Native Comparison

    Flutter’s cross-platform framework has been on the rise in many industries, including retail, fintech, and e-commerce. Flutter allows to unify business logic and UI and use a single code base for two platforms. Kotlin is a popular, object-oriented language, and a lot of developers use it. The language is similar to Java.

  3. 3
    Article
    Avatar of gcgitconnected·4y

    Flutter — Offline First. Offline is my default state, a…

    New feature monitors the client device connection and updates a ‘Connection’ state with two values ‘Online’ & ‘ offline’ In the next post, I will use the new connectivity detection, to point data requests at a local DB when offline, and to sync them when the online API is available.