AppBar Customization in Flutter

Understanding AppBar in Flutter The AppBar widget serves as a cornerstone of Flutter app design, providing a versatile structure for creating app bars that adorn the top of your app's screen. It typically houses elements such as the app's title, navi... https://ec404college.tech/appbar-customization-in-flutter

Vytvořeno 23d | 8. 5. 2024 13:20:03


Chcete-li přidat komentář, přihlaste se

Ostatní příspěvky v této skupině

Flutter Riverpod Tutorial Part 5: Riverpod Hooks

We are going to create a new app to use Flutter hooks. You can find the source code here: learn_flutter_hooks If you want to know more about Flutter Hooks. You can read it here: https://harishkunchala

31. 5. 2024 8:40:13 | Hashnode flutter
Demystifying APIs: The Secret Ingredient Powering Your Favorite Apps

Imagine a scenario 🤔🧐👩‍💻🧑‍💻 Have you ever wondered how a rideshare app connects you with a driver, or how a weather app delivers real-time forecasts? The answer lies in a powerful tool behind the scen

30. 5. 2024 11:50:08 | Hashnode flutter
Two Days Indie Dev Life: Mailchimp, Webflow & Zapier - A Love Story

My new landing page is done, I got my email form with download link working and I found a cool new tool for measurements. I also share some nice Webflow templating insights and how I made a very big m

29. 5. 2024 13:20:03 | Hashnode flutter
How to Use Dio Package for Networking in Flutter

What is Dio? Certainly! The Dio package is a powerful HTTP networking library for Dart and Flutter. It simplifies making network requests and handling responses. Here are some key features and example

29. 5. 2024 8:40:03 | Hashnode flutter
Advanced Flutter Hooks

You can find the introduction to Flutter hooks here: Flutter Hooks, everything to know about them Now today we are going to look at few advanced concepts using Flutter Hooks useFuture: Example: Asynch

28. 5. 2024 21:20:04 | Hashnode flutter
Maestro for Flutterists

What is Maestro? https://www.mobile.dev/

It is an E2E testing framework for mobile with the following features

Released in September 2022

yaml-based test case writing

Flutter support

Can be embe

28. 5. 2024 3:10:15 | Hashnode flutter
Flutter Hooks, everything to know about them

Flutter hooks is a powerful library that brings the functionality of React Hooks to Flutter. Why should we use Hooks?

Simplified Code: Hooks allow us to write more readable code by reducing boilerpla

28. 5. 2024 0:50:04 | Hashnode flutter