Flutter Development in 2024: A Quick and Practical Guide Using Visual Studio Code

Introduction: In the dynamic world of mobile app development, Flutter continues to stand out as a powerful and versatile framework. As we step into 2024, Flutter has evolved further, offering enhanced features and a robust development ecosystem. In t... https://allenchristan.hashnode.dev/flutter-development-in-2024-a-quick-and-practical-guide-using-visual-studio-code

Flutter create Custom button

In Flutter, creating a custom button involves defining a custom widget that encapsulates the appearance and behavior of the button. Below is a basic example of how you can create a custom button in Flutter: import 'package:flutter/material.dart';

cl... https://hashbash.hashnode.dev/flutter-create-custom-button

[Flutter] setState() called after dispose()

경고 메세지 분석 Unhandled Exception: setState() called after dispose(): _NoMoreItemState#dc583(lifecycle state: defunct, not mounted)

This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g.,... https://blog.skku-comit.dev/flutter-setstate-called-after-dispose

[Flutter] Riverpod - Performing side effect

본 포스트는 Riverpod 패키지 공식 문서 중 performing side effects 관련 내용을 번역하며 공부한 내용이며, 번역 중 누락된 부분이 존재하며 개인적인 생각이 포함되어있습니다. Performing side effects 단순한 GET HTTP request의 경우는 사용하기가 쉽고 복잡하지 않다. 하지만 POST request와 같은 side-effects가 발생하는 경우는 어떻게 처리해야할까? 어플리케이션에서는 CRUD를... https://blog.skku-comit.dev/flutter-riverpod-performing-side-effect

[Dart] Map 구현체: HashMap, SplayTreeMap, LinkedHashMap

Flutter 개발을 하다가 key를 기준으로 정렬되는 map 자료형이 필요하여 공부를 찾아보다가 생각보다 여러 가지 구현체가 있다는 것을 알게 됐다. Dart 언어를 접한 지 벌써 3년이 다 되어가는데 이런 요구사항이 있었던 적이 한 번도 없었어서 이제야 알게 됐다는 것이 놀라웠다. 그래서 오늘은 세 가지 Dart Map 구현체 HashMap, SplayTreeMap, LinkedHashMap에 대해서 살펴보고 각 구현체를 언제 사용해야 하는... https://cloud-whale.hashnode.dev/dart-hashmap-splaytreemap-linkedhashmap

Flutter and Dart: Unleash the Picasso within you with CustomPainter

In this tutorial, we'll see how you can use your creativity by drawing the components you want with the Flutter Custom Painter. At the end of this article, we're going to use the Custom Painter to create an animated world clock from scratch.

Flutter... https://lyabs.hashnode.dev/flutter-and-dart-unleash-the-picasso-within-you-with-custompainter

Chat App Mastery: Embracing Flutter's Dominance in 2024 Development Landscape

MirrorFly is here with yet another LIVE Webinar on "Chat App Mastery: Embracing Flutter's Dominance in 2024 Development Landscape." Join us for the LIVE as we together unravel how Flutter is the key to in-app chat success. https://shorturl.at/klI45

...

https://fordevbydevelopers.hashnode.dev/chat-app-mastery-embracing-flutters-dominance-in-2024-development-landscape

Is it worth learning Flutter in 2024?

Flutter, the great cross-platform framework that allows you to create applications for mobile, web, and desktop with a single codebase. However, despite all the benefits it conveys, is it a good decision to invest time and energy in learning this tec... https://davidserrano.io/is-it-worth-learning-flutter-in-2024

What are getters and setters in Flutter?

Getters are accessors i.e. they are used to access a value and setters are mutators i.e. they are used to set a value. The getter is the method that reads the value of the field while the setter is the method that updates the value of the field. Gett... https://manishcodes.hashnode.dev/what-are-getters-and-setters-in-flutter

Exploring Gemini API in Flutter

Setup If you are not living under a rock, you must have heard about the Gemini Nano, Gemini Prom and Gemini Ultra Large Language Models, developed by Google. The Gemini family of models are also the ones, which power Google Bard. Gemini Pro is curren... https://blog.manangandhi.tech/exploring-gemini-api-in-flutter


Chercher