Best of FlutterJune 2024

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Build a YouTube Clone with Flutter, Firebase, and Riverpod

    Learn how to build a YouTube clone app with Flutter, Firebase, and Riverpod. This course covers Firebase setup, user authentication, state management with Riverpod, Firestore database integration, user interface development, video upload and playback, and social features.

  2. 2
    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.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    How I made my portfolio website in Flutter

    Learn how the author built their portfolio website using Flutter, their choice of tech stack, and the optimization techniques used to improve performance.

  4. 4
    Video
    Avatar of communityCommunity Picks·2y

    Full Stack Flutter, Firebase and Riverpod – Build a YouTube Clone

    Learn how to build a fully functional YouTube clone using Flutter, Firebase, and Riverpod. The tutorial covers various features including Google sign-in authentication, uploading and displaying videos, profile customization, and more. The username validation functionality ensures that unique usernames are used. By the end of the tutorial, you will have a good understanding of Flutter, Firebase, and Riverpod.

  5. 5
    Article
    Avatar of hnHacker News·2y

    Data Visualization Framework

    Flitter is a high-performance data visualization framework for JavaScript that seamlessly integrates with React, Svelte, and more. It offers an elegant and efficient API inspired by Flutter, with 50+ widgets available for creating charts effortlessly.

  6. 6
    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.

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

    The widget build method: DOs and DON'Ts

    The widget build method can be called during every frame and should not have side effects. Instead, side effects should be handled inside widget callbacks, which are triggered by separate events. This approach maintains the rendering phase's integrity.

  8. 8
    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.