Flutter Packages Widgets Architecture
19.8K views | +1 today
Follow
Your new post is loading...
Your new post is loading...
Scooped by Jan Hesse
May 26, 2019 8:17 AM
Scoop.it!

Futures in Flutter for Beginners - FilledStacks

Futures in Flutter for Beginners - FilledStacks | Flutter Packages Widgets Architecture | Scoop.it
A tutorial that covers the basics around creating and Handling Futures in Flutter.
No comment yet.
Scooped by Jan Hesse
May 3, 2019 8:32 PM
Scoop.it!

BLoC pattern in Flutter | Part-1

By the title, you must have got an idea about what this article will be. As Flutter is growing day by day and so it’s developers and we as a developer always look for an easy way to deal with the…
No comment yet.
Scooped by Jan Hesse
May 3, 2019 10:23 AM
Scoop.it!

JideGuru/SalesApp: Just a Flutter implementation of a UI i found on Uplabs

JideGuru/SalesApp: Just a Flutter implementation of a UI i found on Uplabs | Flutter Packages Widgets Architecture | Scoop.it
Just a Flutter implementation of a UI i found on Uplabs - JideGuru/SalesApp
No comment yet.
Scooped by Jan Hesse
May 3, 2019 10:20 AM
Scoop.it!

How to Add Flutter to your Production Android App –

There are instructions on how to add Flutter to existing Andriod App, but none of it has been done on a Production one, which is…
No comment yet.
Scooped by Jan Hesse
April 25, 2019 12:12 AM
Scoop.it!

iampawan/FlutterStackOverflowApp: Flutter App using the stack overflow questions api which we made using django.

iampawan/FlutterStackOverflowApp: Flutter App using the stack overflow questions api which we made using django. | Flutter Packages Widgets Architecture | Scoop.it

Flutter App using the stack overflow questions api which we made using django. - iampawan/FlutterStackOverflowApp

No comment yet.
Scooped by Jan Hesse
April 24, 2019 11:27 PM
Scoop.it!

Basic Navigation in Flutter (Navigator only) — Cheatsheet

As a recently active member answering questions on Stackoverflow’s Flutter tag I see and answer similar questions often. I’m going to be creating a series of posts and videos that will serve as a…
No comment yet.
Scooped by Jan Hesse
April 14, 2019 8:46 AM
Scoop.it!

“Dependency Injection” in Flutter with InheritedWidget

Flutter and Dart gives us a lot of liberty. So much that we can write an entire app in just one file, combining UI, business logic and API calls in a tremendous dart file. However, we tend not to do…
No comment yet.
Scooped by Jan Hesse
April 9, 2019 11:25 PM
Scoop.it!

Data Persistence with SQLite

Whenever you need to store the data on the local then you need to use SQLite to persist the user data. SQLite is a popular choice as embedded database software for local/client storage in application…
No comment yet.
Scooped by Jan Hesse
March 16, 2019 2:13 PM
Scoop.it!

Create reusable password field in flutter with preview check

Create reusable password field in flutter with preview check | Flutter Packages Widgets Architecture | Scoop.it
It took 4 days search to find this, so I'm sharing it with the community, credit goes to X-Wei.
Problem:
Creating a password field in flutter with preview check as below:

Solution:

Define StatefulWidget to for a new widget named PasswordField a
No comment yet.
Scooped by Jan Hesse
March 16, 2019 2:05 PM
Scoop.it!

Flutter Crush

I wondered how difficult it could be to write a board game in Flutter, involving Animations, Sequences of Animations, Triggered Animations, Sounds, Gesture Recognition…? As I have been playing for…
No comment yet.
Scooped by Jan Hesse
March 3, 2019 10:35 PM
Scoop.it!

Multi vs Cross Platform in the age of Flutter

The promise of Flutter and interest in the dev community means it is worthwhile revisiting the debate about whether to build apps using native platform technologies or cross-platform technologies.
No comment yet.
Scooped by Jan Hesse
February 28, 2019 9:53 PM
Scoop.it!

Writing Command-Line Utilities with Dart

Writing Command-Line Utilities with Dart | Flutter Packages Widgets Architecture | Scoop.it
If there's one thing computers are good for, it's automating repetitive, tedious startup or maintenance tasks that waste developers' time and, in the worst cases, serve as a deterrent to starting a project at all. Writing a few small scripts to handle the boilerplate and scaffolding can go a long
No comment yet.
Scooped by Jan Hesse
February 28, 2019 9:49 PM
Scoop.it!

A deep dive into Flutter’s accessibility widgets

Many mobile users have visual, physical or age-related limitations and these can prevent them from seeing or using a touch screen. There are also users with hearing loss, which can leave them unable…
No comment yet.
Scooped by Jan Hesse
May 4, 2019 9:44 AM
Scoop.it!

Creating a note-taking app in Flutter/Dart

Flutter is an open source cross-platform mobile development framework developed by Google. Apps for which are written in Dart. Flutter…
No comment yet.
Scooped by Jan Hesse
May 3, 2019 7:24 PM
Scoop.it!

Everything you need to know about Flutter page route transition

We know how easy it is to navigate from one route to another in Flutter. We just need to do push and pop. At Winkl when we started playing with animations we realized that page transition can really…
No comment yet.
Scooped by Jan Hesse
May 3, 2019 10:22 AM
Scoop.it!

Firebase Login with “flutter_bloc”

Hey everyone! In this article we’re going to be building a Flutter Application which integrates with Firebase to to authenticate users as well as allow them to sign up or sign in with Google. If you…
No comment yet.
Scooped by Jan Hesse
May 3, 2019 10:19 AM
Scoop.it!

Flutter Architecture — ScopedModel, A complete guide to a real world setup

In this post I will be giving direct and (hopefully) clear guidelines to writing a production ready application in Flutter using the ScopedModel architecture. Video Tutorial Here I recently built my…
No comment yet.
Scooped by Jan Hesse
April 25, 2019 12:10 AM
Scoop.it!

Continuous Integration and Deployment with Flutter and Fastlane

A look into automated builds, testing and deployment of Flutter apps with Travis and Fastlane, along with build customisation.
No comment yet.
Scooped by Jan Hesse
April 24, 2019 11:26 PM
Scoop.it!

The Best Books to learn Flutter for beginner

The Best Books to learn Flutter for beginner | Flutter Packages Widgets Architecture | Scoop.it
Here’s a collection of publications about Flutter.
No comment yet.
Scooped by Jan Hesse
April 11, 2019 12:06 AM
Scoop.it!

Machine Learning in Flutter

So, I know Machine Leaning is there in open and it has been there for quite long. It goes way back in the previous century when it was first coined and brought into existence, now you find it…
No comment yet.
Scooped by Jan Hesse
March 26, 2019 7:40 PM
Scoop.it!

Flutter’s Key Difference: Owning Every Pixel

There’s been plenty of comparing Flutter with other cross-platform mobile frameworks. But the key difference is often overlooked or downplayed. Cross-platform frameworks such as React Native and…
No comment yet.
Scooped by Jan Hesse
March 16, 2019 2:06 PM
Scoop.it!

One Year with Flutter: My Experience

This is about my experience with Flutter in relation to React Native, iOS and other technologies. I also list out some of the pros and cons I’ve found with Flutter.
No comment yet.
Scooped by Jan Hesse
March 16, 2019 2:03 PM
Scoop.it!

I want to learn Flutter. How to start?

A step by step guide for learning Flutter for super beginners, personalized with my own trial and error experiences. And a list of useful tips & plenty of amazing resources from the flutter community
No comment yet.
Scooped by Jan Hesse
March 1, 2019 3:38 PM
Scoop.it!

How to do this in Flutter?

How to do this in Flutter? Cheat sheet for React Native developers trying Flutter. Find Flutter alternatives for familliar concepts
No comment yet.
Scooped by Jan Hesse
February 28, 2019 9:51 PM
Scoop.it!

Thought Experiment: Flutter in Go ·

Thought Experiment: Flutter in Go · | Flutter Packages Widgets Architecture | Scoop.it
No comment yet.