Yuriy Novikoveasy-flutter.hashnode.dev·Oct 22, 2024Flutter + GetX. Connect your app to APIOriginally published on Medium We will compare the usage of three packages by making a simple Joke app. The app will use the public Joke API. We will also use glass_kit for the glassmorphic design and flutter_spinkit for the custom spinning loader. D...DiscussJoke API
Yuriy Novikoveasy-flutter.hashnode.dev·Oct 22, 2024Flutter. GetX State ManagementOriginally published on Medium Recently I spotted another article from FlutterDev on “Why we should not use GetX”. This topic usually attracts new authors as it lets them gain a lot of cheap likes with low effort given the known community bias agains...DiscussFlutter
Michael Pipermichaelpiper.hashnode.dev·Jul 25, 2024Comprehensive Guide to State Management in Flutter: Choosing the Right Solution for Your AppState management in Flutter is a fundamental concept for building dynamic and reactive applications. It involves managing the state of an application and ensuring that the UI reflects the current state. There are several approaches to state managemen...Discuss·1 likeFlutter
Fenisha KoladiyaforJoFleeblog.joflee.com·Jul 3, 2024Guide to State Management in Flutter with GetX || Part - 2In our previous article, we explored the basics of GetX and its core features. We discussed the introduction to GetX, demonstrated how to work with reactive state variables, explored dependency injection using GetX, and highlighted the advantages of ...Discuss·10 likes·48 readsFlutterJoFlee
Anaz S. Ajiajianaz.dev·Jul 2, 2024Optimalisasi Pengujian Otomatis dengan Flutter GetX: Panduan LengkapPengujian otomatis adalah langkah penting dalam pengembangan aplikasi untuk memastikan bahwa aplikasi berfungsi dengan benar dan bebas dari bug. Dalam ekosistem Flutter, GetX adalah salah satu paket state management yang populer dan kuat. Artikel ini...Discussotomatis
Fenisha KoladiyaforJoFleeblog.joflee.com·Jun 27, 2024Guide to State Management in Flutter with GetX || Part - 1Let's dive into GetX, a lightweight and powerful state management library for Flutter. Designed for simplicity and efficiency, GetX helps manage app state and provides real-time updates to the user interface. This guide will walk you through using Ge...Discuss·10 likes·70 readsFlutterFlutter
Fikky Ardiantogonexwind.hashnode.dev·May 17, 2024Flutter GetX CLI: Simplifying Your App Development ProcessHi readers! Today I'm gonna share my experience generate flutter project with GetX CLI. Without any futher, let's go to your terminal. Create new folder to new project. mkdir name_project Next step you can open your project. cd name_project Let's c...Discussget_cli
Muhsinmuhsindev.hashnode.dev·Mar 9, 2024Simplifying State Management in Flutter with SyncEaseAre you tired of dealing with complex state management solutions in your Flutter applications? Look no further! Introducing SyncEase — your lightweight and versatile state management companion that simplifies the way you handle state in Flutter apps....DiscussFlutter
khandoker ananblog.khandokeranan.com·Jul 2, 2023Flutter State Management with GetX and many more...Github link: https://github.com/anwholesquare/flutter_get_x In this article, we will learn about Flutter state management with getX which is a powerful state management library for building applications using the Flutter framework. It offers a simple...Discuss·84 readsFlutter
Chandra Kumarpsuedopolymath.hashnode.dev·Apr 8, 2023GetX and Flutter Widget Testing: How to use Mock GetX controller?One of the most important aspects of mobile app development is testing. Widget testing allows you to verify that your app's UI is behaving as expected and helps you catch bugs before they make it into production. With GetX, you can streamline your wi...Discuss·1 like·2.3K readsFlutter