Week 1 of Coding: Landing Screen 🛬

The landing screen is an essential component of any mobile application. It is the first thing a user sees when they open an app, and it sets the tone for their entire experience. Additionally, it can help establish a strong brand identity and create ... https://donia-librehealth-gsoc-23.hashnode.dev/week-1-of-coding-landing-screen

Pokémon Card App: Exploring REST API in Dart and Flutter

Introduction The Pokémon universe has captivated millions of fans worldwide, and the thrill of collecting Pokémon cards is unmatched. What if you could bring that excitement to the digital realm? In this article, we will embark on an exciting journey... https://jaycodes1.hashnode.dev/pokemon-card-app-exploring-rest-api-in-dart-and-flutter

Week 1 -: GSOC'23 with LibreHealth

In this blog series, I will be sharing my experiences, challenges, and achievements as I embark on this GSOC adventure. Join me as I dive into Week 1, where I kickstart my work and make significant strides toward my project goals.

How the week start... https://mehulkumar.hashnode.dev/week-1-gsoc23-with-librehealth

Week 2 -: GSOC'23 with LibreHealth

In this blog series, I will be sharing my experiences, challenges, and achievements as I embark on this GSOC adventure. Join me as I dive into Week 2, where I kickstart my work and make significant strides toward my project goals.

How the week start... https://mehulkumar.hashnode.dev/week-2-gsoc23-with-librehealth

Distributing your apps by APK

In my experience with Line of Bussiness apps, apps are not distributed by the Google Play store, but by an Enterprise Mobility Management platform like SOTI MobiControl. This means that you most likely will distribute your app as an APK and not as an... https://yapb.dev/distributing-your-apps-by-apk

Add a Video Conference feature to your Flutter App

In this article, I will explain how to quickly and easily add video conferencing functionality to your application. This kind of technology usually involves a significant amount of work behind it. Not only do you need to understand how to implement a... https://davidserrano.io/add-a-video-conference-feature-to-your-flutter-app

Why do most developers prefer Flutter?

My intention is not to discourage Flutter developers, but rather to emphasize the importance of making informed choices before starting a project. It is crucial to approach the selection of a development framework wisely, considering various factors ... https://sudhi.hashnode.dev/why-do-most-developers-prefer-flutter

Interacting with System Services using DBus Dart

The Appwrite Cloud hackathon was in full swing, and I was eagerly participating, but I still needed to come up with an idea. Suddenly, a brilliant idea popped into my head (I'll keep it a secret for now since the hackathon isn't over yet). The projec... https://blog.aadarshadhakal.com.np/interacting-with-system-services-using-dbus-dart

Use  Of  '$'  In  Dart  (flutter)

In Dart, the dollar sign ($) has a special meaning when used within string literals. It is used for string interpolation, which allows you to embed expressions within a string. Here's how it works: Basic String Interpolation: You can use the dollar s... https://fluttermastery.hashnode.dev/use-of-in-dart-flutter

Variables In Dart (flutter)

A variable is “a named space in the memory” that stores values. In other words, it acts a container for values in a program. Variable names are called identifiers. Following are the naming rules for an identifier −

Identifiers cannot be keywords.

I... https://fluttermastery.hashnode.dev/variables-in-dart-flutter


Chercher