วิธีการควบคุมการเข้าถึง class ใน package ของเรา

TLDR จาก https://docs.flutter.dev/packages-and-plugins/developing-packages.

By convention, implementation code is placed under lib/src. Code under lib/src is considered private; other packages should never need to import src/.... To make APIs under ... https://blog.nintech.dev/controlling-what-to-expose-as-public-api-in-flutter-package-th

Controlling what to expose as public api in Flutter package.

TLDR from https://docs.flutter.dev/packages-and-plugins/developing-packages.

By convention, implementation code is placed under lib/src. Code under lib/src is considered private; other packages should never need to import src/.... To make APIs under... https://blog.nintech.dev/controlling-what-to-expose-as-public-api-in-flutter-package

Understanding Android Context: A Comprehensive Guide

When developing Android applications, understanding the concept of Context is crucial. Context is a fundamental part of the Android system that provides information about the application environment and allows access to application-specific resources... https://blog.evanemran.info/understanding-android-context

Fireside Unit Testing: Explore testing in Firebase in Dart

Introduction Welcome to the third part of our Unit Testing series in Flutter and Dart. Today, we're tackling the challenge of testing Flutter apps that use Firebase for user authentication (firebase_auth) and data storage (cloud_firestore). Testing t... https://sungod.hashnode.dev/firebase-testing

"🚀 Fluttering into Development: Crafting 
Calculator - A Journey of Learning and Creating 🧮"

Hey, Hashnode community! 👋 I'm Vrajesh Thaker, and today I'm excited to take you on a journey into the world of Flutter through the creation of my Flutter calculator app - VrajeshCal. The Spark of Curiosity 🔥 As a Flutter enthusiast, I've always be... https://vrajeshthaker.hashnode.dev/fluttering-into-development-crafting-calculator-a-journey-of-learning-and-creating

Introducing My New Series on Flutter and Dart

Hello there! I am excited to announce that I am starting a new series of articles on Medium focused on Flutter and Dart - two popular technologies that are revolutionizing mobile app development. This series aims to provide valuable insights into the... https://binaryvibes.hashnode.dev/introducing-my-new-series-on-flutter-and-dart

A gentle and short intro on Data Structures and Algorithms

This article is dedicated to guiding upcoming and junior software engineers in comprehending data structures and algorithms. Contents

What is DSA

Data Structures

Algorithms

Types of Data Structures

What is DSA Data Structures and Algorithms ser... https://learnwithtunde.hashnode.dev/a-gentle-and-short-intro-on-data-structures-and-algorithms

Demystifying the Flutter Widget Lifecycle

In the ever-evolving world of Flutter development, understanding the widget lifecycle is not just an academic exercise, it's a superpower. Think of it as a backstage pass to the intricate dance of widget creation, update, and destruction. With this k... https://blog.evanemran.info/demystifying-the-flutter-widget-lifecycle

Dart Immutability with copyWith

Before we talk about copyWith let's first understand what is Immutability in programming. Immutability In programming, this is the state of an object where we don't allow changes after initialization.

Having an immutable object allows predictability... https://senolouiejohn.hashnode.dev/dart-immutability-with-copywith

Mastering Dart's Record Data Type in Flutter: A Comprehensive Guide

Introduction Hello everyone! I hope you are all doing well. In today's discussion, we'll delve into the world of Dart's new data type - Record, recently introduced in Flutter 3.10. This data type, akin to a data structure, brings new possibilities to... https://ft.rrad.ltd/mastering-darts-record-data-type-in-flutter-a-comprehensive-guide


Ricerca