Login
Discover
Waves
Communities
Login
Signup
Flutter Devs
Software development with Dart && Flutter
Leadership
@luisciber
admin
@yasmany.montiel
mod
@leynier
mod
Community chat
hot
Trending
Hot
New
Payouts
Muted
Members
Activities
15
Members
$0
rewards
3
posters
EN
language
Email digest
New Post
iamjmarc
Flutter Devs
3d
Published via Ecency
Unpopular opinion: most Flutter apps don't need a backend on day one
I'll say something that tends to get pushback: a huge number of Flutter apps get a backend way too early, before anyone has validated whether the app is even worth building. I get why it happens.
$ 0.000
0
1
iamjmarc
Flutter Devs
4d
Published via Ecency
Hive vs Isar vs SQLite: Choosing Local Storage for Offline-First Flutter Apps
If you're building offline-first in Flutter, sooner or later you have to pick a local storage engine. I've used all three of these in production apps, and each one has a real trade-off — here's how I'd
$ 0.000
1
1
iamjmarc
Flutter Devs
4d
Published via Ecency
Local-First State Management in Flutter: Lessons From Building Offline Apps
Most Flutter tutorials assume the network is always there: call an API, show a spinner, render the result. That model breaks the moment your users lose signal — and if you're building for regions with
iamjmarc
Flutter Devs
8d
Published via Ecency
From sysadmin to Flutter dev: why I keep building offline-first
Before I was writing Flutter code, I spent years as a network administrator — dealing with connectivity issues, unreliable networks, and environments where "just call the API" was never a safe
iamjmarc
Flutter Devs
11d
Published via Ecency
Hello — I'm JMarc, a network admin turned Flutter developer
Hi everyone, I'm a network administrator and software developer, and lately most of my hands-on coding time goes into Flutter — building apps without relying on heavier tooling like Android Studio, just
quang2203
Flutter Devs
3y
Published via Ecency
!
Low reputation account with an unverified outbound link, Reveal content
Find Flutter Job
Hello everyone. I've been Flutter Developer for over four years. I have experience with CI-CD, Bloc, GetX, and Provider,... I can work 30 hours per week. Willing you hire me with 10$ per hour. My rules
luisciber
Flutter Devs
5y
Mobile development on Android without using emulators and without using USB debugging.
This is a cross post of @luisciber/mobile-development-on-android-without-using-emulators-and-without-using-usb-debugging by @luisciber.Mobile development on Android without using emulators and without
luisciber
Flutter Devs
5y
Published via Ecency
Github workflow to build android application and make release
name: Flutter release workflow on: push: tags: - "*" jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: subosito/flutter-action@v2 - name: Install dependencies run:
luisciber
Flutter Devs
5y
Published via Ecency
Github workflow to build flutter web and deploy to github pages.
name: Flutter web github pages deploy on: [pull_request, push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: subosito/flutter-action@v2 - name: Install dependencies run:
luisciber
Flutter Devs
5y
Published via Ecency
Reusable GitHub Workflows used at Very Good Ventures
Flutter packageDart package
sagarkothari88
Flutter Devs
5y
Flutter App Dev - 11 - Adding a Drawer Menu
In this video, I'll cover followings What is a Drawer? Finding the documentation for Adding a Drawer Menu Example implementation of Drawer Menu Flutter App Dev - 01 - Get Started - Flutter App Dev - 02
sagarkothari88
Flutter Devs
5y
Flutter App Dev - 10 - Adding Asset Image
Flutter App Dev - 01 - Get Started - Flutter App Dev - 02 - Test Drive - Flutter App Dev - 03 - Basic Widgets - Flutter App Dev - 04 - MaterialApp & Scaffold Widgets - Flutter App Dev - 05 - Flutter
sagarkothari88
Flutter Devs
5y
Flutter App Dev - 09 - CircleAvatar
In this video, I'll cover followings How to use CircleAvatar in ListView? How to use first character of word as an Avatar for an item of ListView? Flutter App Dev - 01 - Get Started - Flutter App Dev -
sagarkothari88
Flutter Devs
5y
Flutter App Dev - 08 - Using Packages
In this video, I'll cover followings How to add a package / third party library? Using third party library Stateful widget for ListView Flutter App Dev - 01 - Get Started - Flutter App Dev - 02 - Test
sagarkothari88
Flutter Devs
5y
Flutter App Dev - 07 - Intro to ListView
In this video, I will explain followings. Explore documentation & find ListView Widget Create a ListView with static children Create a ListView from values of variables Use a ListTile instead of basic
sagarkothari88
Flutter Devs
5y
Flutter App Dev - 06 - Intro to Stateful Widget
In this video, I will explain followings. When to use a Stateful Widget? How to define a Stateful Widget? How to use a Stateful Widget? How to update the state of Stateful Widget? Flutter App Dev - 01
sagarkothari88
Flutter Devs
5y
Flutter App Dev - 04 - MaterialApp & Scaffold Widgets
In this video, I'll illustrate followings Why to use MaterialApp widget? Why to use Scaffold widget? How to define & use MaterialApp widget? How to define & use Scaffold widget? How to supply AppBar
sagarkothari88
Flutter Devs
5y
Flutter App Dev - 03 - Basic Widgets
In this video, I'll cover followings Where to get started for widgets? What are widgets? What is a text widget? What is a Center widget? How to run app in chrome browser? How to explore documentation for
sagarkothari88
Flutter Devs
5y
Flutter Application Development - 02 - Test Drive
In this video, I'll cover followings How to create a new Flutter project? How to setup Android Emulator for Flutter Development? How to run the flutter project in Android Emulator? How to perform hot reload?
sagarkothari88
Flutter Devs
5y
Flutter Application Development - 01 - Get started
With this video, I'll illustrate followings How to setup flutter SDK? How to set paths for SDK? How to setup Android Studio for flutter app development? If you like this video, please upvote 🙏 Subscribe
Older →