Best of DartJune 2024

  1. 1
    Article
    Avatar of hnHacker News·2y

    nmfisher

    Thermion is a framework for building cross-platform 3D applications using Dart and Flutter. It divides its functionality into two packages: 'thermion_flutter' for Flutter-specific tasks, and 'thermion_dart' for general Dart applications. Key components include the ThermionViewer class for managing 3D scenes, and the ThermionFlutterPlugin and ThermionWidget for embedding 3D content within Flutter applications. Thermion supports a variety of functionalities such as scene management, rendering control, and animation.

  2. 2
    Article
    Avatar of codewithandreaCode with Andrea·2y

    Flutter: Find Unused Dart Files (VSCode Extension)

    Unused assets can bloat your app bundle size in Flutter projects. The 'Find Unused Dart Files' extension for VSCode helps identify unnecessary files, assets, and dependencies. Easily run it from the command palette for a cleaner, more efficient codebase.

  3. 3
    Article
    Avatar of dartdevsDart Developers·2y

    What is your honest opinion about the Dart programming language?

    The post invites readers to share their honest opinions about the Dart programming language, aiming to spark a conversation around its strengths and weaknesses, and how it compares to other languages.

  4. 4
    Article
    Avatar of dartdevsDart Developers·2y

    Pagage of the Day! (flutter_gen)

    Flutter Gen is a tool that uses build_runner to generate classes for managing your Flutter and Dart assets, eliminating the need to handle string paths manually.