 Your new post is loading...
 Your new post is loading...
|
Scooped by
Jan Hesse
May 2, 2020 9:00 AM
|
In this second part of our FlutterIn5Series, we are going to build widgets in 5 simple steps. More specifically, we are going to build a dashboard in the AppBar along with a simple bottom navbar, as…
|
Scooped by
Jan Hesse
April 29, 2020 5:38 PM
|
A login page built with flutter inspired by a design found on Uplabs.
|
Scooped by
Jan Hesse
April 2, 2020 7:19 PM
|
In this article, we will see how to Theme our apps in Flutter. As you know Google and Apple has released Dark Mode and Light Modes in their latest OS releases in Android 10 and iOS 13. So we have to…
|
Scooped by
Jan Hesse
March 28, 2020 3:11 AM
|
This is the second part of the Flutter series, that will get you started with Flutter. In the first p... Tagged with flutter, dart, mobile.
|
Scooped by
Jan Hesse
March 28, 2020 3:00 AM
|
If you are wondering what are your options to implement dependency injection in Flutter and how to use it, then read on for details. I have used the library “flutter_simple_dependency_injection” and…
|
Scooped by
Jan Hesse
February 19, 2020 1:55 AM
|
Does your Flutter app have a Toast widget then why not try our GFToast widget component to build a ni... Tagged with flutter, opensource.
|
Scooped by
Jan Hesse
February 18, 2020 12:46 PM
|
When I started to learn Dart, the concept of mixins was new for me. I come from the C# world, where it does not exist (at least prior to C# 8.0, to the best of my knowledge). At first, I found this…
|
Scooped by
Jan Hesse
November 28, 2019 7:55 PM
|
There are many comparisons of how to visualise a Stream so I’ll use a common one. A stream is like a pipe, you put a value on the one end and if there’s a listener on the other end that listener…
|
Scooped by
Jan Hesse
November 27, 2019 3:08 PM
|
I last looked at Flutter when it had just come out of Beta. Back then it already showed a lot of promise, but quite a number of native features had to be accessed via hybrid implementations of…
|
Scooped by
Jan Hesse
November 10, 2019 1:46 PM
|
Flutter provides great animation support for cross-platform apps. This article explores the new unconventional and an easier way to add animations to apps.
|
Scooped by
Jan Hesse
October 25, 2019 4:44 AM
|
Today I want to go over my solution to provide Sizing information at a base widget level so it can easily be incorporated into any architecture. This tutorial will not be to make a UI appear exactly…
|
Scooped by
Jan Hesse
October 15, 2019 5:20 PM
|
In this article I’ll discuss coding for dark mode in past, recent and future OS releases when writing apps in Flutter. Flutter was built with theming, so dealing with OS-level dark mode is pretty…
|
Scooped by
Jan Hesse
October 15, 2019 5:18 PM
|
Flutter apps are really good at performance and using Flutter we can build highly scaled apps. Flutter is found to be really sensational at various native features and services. Camera access and…
|
|
Scooped by
Jan Hesse
May 2, 2020 8:59 AM
|
I’m a visual learner. If you’re anything like me, you like to understand the higher up concepts before diving into details. I’ve started using Flutter at work and at home. It’s incredible how easy it…
|
Scooped by
Jan Hesse
April 29, 2020 5:21 PM
|
- Flutter has already made quite a splash on the mobile development scene. Now it’s taking on bigger devices as well. Here’s what you need to know to be ready to take on the task of developing web and desktop apps using this wonderful cross-platform framework.
|
Scooped by
Jan Hesse
April 2, 2020 7:16 PM
|
When creating any larger app in flutter having a way to manage state is essential. There are lots of different types of state management options out there. Bloc, RxDart, MobX are just a few names…
|
Scooped by
Jan Hesse
March 28, 2020 3:01 AM
|
Leading a mobile engineering team at SoluteLabs, I often come across questions like which architecture or state management techniques we follow in the context of Flutter. These questions are the…
|
Scooped by
Jan Hesse
March 3, 2020 4:01 PM
|
In this post we'll look at how Flutter Driver communicates with your app and how we can extend that communication with custom commands.
|
Scooped by
Jan Hesse
February 19, 2020 1:47 AM
|
This article explains how you can validate payment card number, CVV and date. And also format the text fields in Flutter.
|
Scooped by
Jan Hesse
February 16, 2020 2:26 PM
|
Error Handling in Flutter errors your app parts package-private constructor function dispose State object
|
Scooped by
Jan Hesse
November 27, 2019 3:11 PM
|
I’ve been following Dart and Flutter for a year or so now. In that time, Dart’s evolved into a fully-featured language, and Flutter’s developer tools have kept getting better. With any new…
|
Scooped by
Jan Hesse
November 27, 2019 3:07 PM
|
Learning something new like the Dart language (used by Flutter) can be hard. This guide provides examples that are intended for people learning Dart/Flutter that are coming from a TypeScript…
|
Scooped by
Jan Hesse
November 4, 2019 4:27 PM
|
At Newsvoice we have always been mobile first, over 95% of our app users are on mobile phones. We have really high ratings on App Store and Google Play, but they have occasionally been dragged down…
|
Scooped by
Jan Hesse
October 16, 2019 3:14 AM
|
If you are a Flutter developer, chances are you’ve come across ChangeNotifier. It is an implementation of the Observer pattern and is used to allow multiple listeners to observe a model for changes…
|
Scooped by
Jan Hesse
October 15, 2019 5:19 PM
|
In this article, we’ll explore the basics of detecting faces within an image with Firebase ML Kit and make it visible with the help of CustomPainter. First create a Firebase project (refer to the…
|