Ahsin Irshad
Senior Flutter Developer | Ex. Native Android Developer
Tag Archives: flutter
Good News for Flutter Developers! Flutter 3.27 is Here!
With over 1,400 commits, the latest release brings some exciting new features and performance improvements. It was interesting to learn about new changes, so here’s a quick recap of what’s new: ✨ Cupertino Widgets: more customization options for CupertinoCheckbox, CupertinoRadio, and CupertinoSwitch, including thumb images and fill colors. 🎨 Material Design: improved theming…
What’s new in Flutter 3.22. WebAssembly, Graphics rendering… | May, 2024
Welcome back for another exciting Flutter stable release! 3.22 Let’s, dive in and discover all the new features and enhancements that the Flutter community has brought to this latest release! WebAssembly With the release of Flutter 3.22, Wasm is now available on the stable channel, offering significant performance improvements. In flutter internal benchmarks using Chrome…
How to Estimate Time for A Project: A Comprehensive Guide
Project estimation is pivotal in determining the viability and success of a project. It involves predicting the necessary effort, time, and resources, directly influencing whether a project is worth pursuing from a business perspective. Key reasons for estimation include aligning project objectives with business goals, ensuring efficient resource utilization, setting client and team expectations, and…
Mobile App Design Process Steps: 2024 Full Guide | Apr, 2024
In the dynamic world of app development, creating a seamless and user-friendly application requires a well-structured design process. What the Flutter specializes in developing cutting-edge applications, and in this article we will analyze all the steps of What the Flutter’s design process using the example of the Blogfit app case. Starting with the Initial Client…
Flutter Developer Interview Questions: From Easy to Hard | Mar, 2024
What is Flutter? Flutter is an open-source UI software development kit created by Google. It is used to develop applications for mobile, web, and desktop from a single codebase. Explain the difference between StatelessWidget and StatefulWidget. StatelessWidget is immutable, meaning its properties can’t change after it’s created. StatefulWidget, on the other hand, is mutable and…
Mastering Flutter ThemeData and Theme Widget: Advanced App Theming
Introduction: In this article, we will dive deep into the world of Flutter app theming using the ThemeData class and Theme widget. By the end of this article, you will be able to create visually appealing and cohesive app interfaces that adapt to various screen sizes and device capabilities. Before we begin, it is important…
Harness the Gemini API in your Dart and Flutter Apps | Flutter | Feb, 2024
Introducing the Google AI Dart SDK We’re thrilled to announce the launch of the Google AI Dart SDK for the Gemini API. The new pub.dev package, google_generative_ai, and supporting resources enable you to build your own generative AI-based features into Dart and Flutter apps through an idiomatic Dart integration with the Gemini API. It opens…
What’s new in Flutter 3.19. Revolutionizing App Development with… | Flutter | Feb, 2024
Revolutionizing App Development with the Gemini API, Impeller Updates, and Windows Arm64 Support Today we present you with a new Flutter release, Flutter 3.19. This release brings a new Dart SDK for Gemini, a widget enabling developers to add fine-grained control to widget animations, a rendering boost with updates to Impeller, tooling to help implement…