Best of DartMarch 2024

  1. 1
    Article
    Avatar of medium_jsMedium·2y

    The Dart Speed

    The post compares the speed of Dart, JavaScript, and Rust using a Fibonacci function benchmark. Dart performs well in the benchmark, showing its speed in real app development.

  2. 2
    Article
    Avatar of medium_jsMedium·2y

    Flutter Push Notification with OneSignal

    Learn how to integrate push notifications in your Flutter app using OneSignal. OneSignal is a popular service that allows sending push notifications to users via web and mobile apps. The post provides step-by-step instructions for setting up OneSignal for both iOS and Android platforms.

  3. 3
    Article
    Avatar of itnextITNEXT·2y

    Flutter: Modularized Dependency Injection

    Learn about the benefits of modularization in a Flutter project and how to organize dependency injection. Explore examples of cross-cutting concerns in a Flutter app.