Best of FlutterFebruary 2025

  1. 1
    Article
    Avatar of medium_jsMedium·1y

    Wrong Country? No Flutter for You!

    Fedor shares his experience of being unexpectedly banned from contributing to Flutter after proposing an improvement to a community plugin. Despite acting as an independent developer, his suggestions were met with harsh rejection and his account banned without clear justification. He highlights issues with maintainers' conduct and expresses concern about the community's lack of influence on the project. He fears that this approach may discourage contributions and brings into question Flutter's decision-making process.

  2. 2
    Article
    Avatar of medium_jsMedium·1y

    Today I Learned: After Upgrading to Flutter 3.29.0

    The recent release of Flutter 3.29.0 has caused some apps to fail to build due to the removal of the io.flutter.plugin.common.PluginRegistry.Registrar API, which was not mentioned in the breaking changes. The update has broken many libraries dependent on this import, requiring manual fixes. Better communication from Flutter about such critical changes could help developers avoid similar issues in the future.

  3. 3
    Article
    Avatar of flutter_dailyFlutter Daily·1y

    A simplified Real Movie Booking App 🎬 🍿

    Cinema Booking is a fully functional movie ticket booking app developed using Flutter. It emphasizes real-world architecture over mere UI challenges and includes state management with Flutter Bloc. Currently available for Android, future updates will bring unit tests, an iOS version, a web version, and advanced features.

  4. 4
    Article
    Avatar of mobileMobile developers·1y

    My First Flutter CRUD Application using SQLite

    Pocket Wallet is a mobile app built with Flutter designed to help users manage their allowances. The app supports CRUD operations for allowance entries, displays user information from a database, and includes features like profile customization and expense statistics using pie charts, with SQLite handling local storage.

  5. 5
    Article
    Avatar of medium_jsMedium·1y

    What’s new in Flutter 3.29

    Flutter 3.29 brings several performance enhancements and new features. Key updates include improvements to Cupertino and Material components, optimized text selection capabilities, better accessibility, and refined support for WebAssembly on the web. The engine has been enhanced with stability fixes and new features for Impeller Vulkan and OpenGLES. Changes in DevTools, including a new inspector and improved logging tools, provide a better development experience. Notable breaking changes involve package discontinuations and removal of the HTML renderer for web.

  6. 6
    Article
    Avatar of verygoodventuresVery Good Ventures·1y

    10 Reasons To Choose Flutter for Your Mobile App

    Flutter, Google’s open-source UI toolkit, enables efficient cross-platform development with a single codebase for iOS, Android, web, and desktop. With features like hot reload, customizable widgets, and high performance, Flutter is cost-effective and delivers a great user experience. Backed by Google and supported by a strong community, it’s a future-proof choice for mobile app development, used by big brands and startups alike.