 Your new post is loading...
 Your new post is loading...
|
Scooped by
Jan Hesse
May 26, 2019 8:17 AM
|
A tutorial that covers the basics around creating and Handling Futures in Flutter.
|
Scooped by
Jan Hesse
May 3, 2019 8:32 PM
|
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…
|
Scooped by
Jan Hesse
May 3, 2019 10:23 AM
|
Just a Flutter implementation of a UI i found on Uplabs - JideGuru/SalesApp
|
Scooped by
Jan Hesse
May 3, 2019 10:20 AM
|
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…
|
Scooped by
Jan Hesse
April 25, 2019 12:12 AM
|
Flutter App using the stack overflow questions api which we made using django. - iampawan/FlutterStackOverflowApp
|
Scooped by
Jan Hesse
April 24, 2019 11:27 PM
|
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…
|
Scooped by
Jan Hesse
April 14, 2019 8:46 AM
|
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…
|
Scooped by
Jan Hesse
April 9, 2019 11:25 PM
|
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…
|
Scooped by
Jan Hesse
March 16, 2019 2:13 PM
|
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
|
Scooped by
Jan Hesse
March 16, 2019 2:05 PM
|
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…
|
Scooped by
Jan Hesse
March 3, 2019 10:35 PM
|
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.
|
Scooped by
Jan Hesse
February 28, 2019 9:53 PM
|
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
|
Scooped by
Jan Hesse
February 28, 2019 9:49 PM
|
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…
|
|
Scooped by
Jan Hesse
May 4, 2019 9:44 AM
|
Flutter is an open source cross-platform mobile development framework developed by Google. Apps for which are written in Dart. Flutter…
|
Scooped by
Jan Hesse
May 3, 2019 7:24 PM
|
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…
|
Scooped by
Jan Hesse
May 3, 2019 10:22 AM
|
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…
|
Scooped by
Jan Hesse
May 3, 2019 10:19 AM
|
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…
|
Scooped by
Jan Hesse
April 25, 2019 12:10 AM
|
A look into automated builds, testing and deployment of Flutter apps with Travis and Fastlane, along with build customisation.
|
Scooped by
Jan Hesse
April 24, 2019 11:26 PM
|
Here’s a collection of publications about Flutter.
|
Scooped by
Jan Hesse
April 11, 2019 12:06 AM
|
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…
|
Scooped by
Jan Hesse
March 26, 2019 7:40 PM
|
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…
|
Scooped by
Jan Hesse
March 16, 2019 2:06 PM
|
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.
|
Scooped by
Jan Hesse
March 16, 2019 2:03 PM
|
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
|
Scooped by
Jan Hesse
March 1, 2019 3:38 PM
|
How to do this in Flutter? Cheat sheet for React Native developers trying Flutter. Find Flutter alternatives for familliar concepts
|
Scooped by
Jan Hesse
February 28, 2019 9:51 PM
|
|