Flutter Packages Widgets Architecture
19.8K views | +1 today
Follow
Your new post is loading...
Your new post is loading...
Scooped by Jan Hesse
October 15, 2019 5:16 PM
Scoop.it!

The International Flutter Starter Kit (Part 1/4)

Whether you are a beginner in programming or a Flutter evangelist or perhaps you want to hold a Flutter Workshop this guide is for you � The article you are going to read may be a bit long. So make…�
No comment yet.
Scooped by Jan Hesse
September 18, 2019 12:42 PM
Scoop.it!

Finished! Porting a 75,000 line native iOS app to Flutter

It is a truth universally acknowledged, that a business in possession of a good mobile app, must be in want of an iOS and Android version. Business logic, implemented once, wrapped in a quick…
No comment yet.
Scooped by Jan Hesse
September 2, 2019 2:38 AM
Scoop.it!

Quire: Building a Sophisticated Mobile App with Google’s Flutter

Quire: Building a Sophisticated Mobile App with Google’s Flutter | Flutter Packages Widgets Architecture | Scoop.it
A couple years ago, we developed Quire iOS app in Swift. Last year, we chose Flutter for developing Quire Android app. I’d like to share my experience of developing the Android app with Flutter - the good and the bad, the strengths and weaknesses - in this article.
No comment yet.
Scooped by Jan Hesse
August 23, 2019 8:44 AM
Scoop.it!

60 Days Of Flutter : Building a Messenger from Scratch

In this series I’ll be building Messio, A messenger app from scratch using Flutter and writing a daily blog post about it. My goal with this series will be to become a better flutter developer and…
No comment yet.
Scooped by Jan Hesse
August 18, 2019 2:59 AM
Scoop.it!

Advanced transitions — UI Tickets Challenge

As developers, we have always get into situations where the designers require some fancy transitions which look awesome on the design but are extremely difficult to implement. Being a Flutter…
No comment yet.
Scooped by Jan Hesse
July 26, 2019 6:24 AM
Scoop.it!

A Complete Guide to Flutter Animations and All it’s parts

Today we’ll be looking at animations in Flutter, how they work and how to make them a tiny bit more manageable in code. Animations (using code) are one of the things I’m not very fond of in Flutter…
No comment yet.
Scooped by Jan Hesse
July 21, 2019 12:04 PM
Scoop.it!

How to Use Flutter for Hybrid Development

Apps of a certain scale usually have a set of mature and universal fundamental libraries, especially for apps in the Alibaba system, which generally rely on many fundamental libraries in the system…
No comment yet.
Scooped by Jan Hesse
July 21, 2019 11:49 AM
Scoop.it!

Pull to refresh in Flutter with Background Image

“Pull to refresh” is a common task for mobile apps that displays lists of dynamic data. Today we’ll implement pull to refresh using the pull_to_refresh package and make use of Slivers to create a…
No comment yet.
Scooped by Jan Hesse
July 21, 2019 11:43 AM
Scoop.it!

Build a Location Service in Flutter

Getting your location in Flutter is an easy task. This tutorial will show you how to wrap the location package into a service that’s easy to consume in your application. Provider is my default…
No comment yet.
Scooped by Jan Hesse
July 21, 2019 4:53 AM
Scoop.it!

Hover

Hover | Flutter Packages Widgets Architecture | Scoop.it

Hover is a simple build tool to create Flutter desktop applications.


Hover works on all modern desktop operating systems: Windows, MacOS and Linux.


Hover uses go-flutter, a Go/GLFW embedder for Flutter, to bring your app to the desktop.

No comment yet.
Scooped by Jan Hesse
June 17, 2019 3:29 PM
Scoop.it!

Dependency injection in Flutter using ProxyProvider

Provider has taken the Flutter world by storm and the latest v3 update is no different. In my current development stack, I use get_it as my service locator to get my objects and services into places…
No comment yet.
Scooped by Jan Hesse
June 9, 2019 6:54 AM
Scoop.it!

Create Functional Widgets in Flutter to Reduce Boilerplate

Create Functional Widgets in Flutter to Reduce Boilerplate | Flutter Packages Widgets Architecture | Scoop.it
This Flutter tutorial shows you how to use the functional_widget package to write more compact stateless widgets.
No comment yet.
Scooped by Jan Hesse
May 26, 2019 8:19 AM
Scoop.it!

Reflectly — From mobile to web in less than 4 beers with Flutter

Taking the existing Reflectly codebase from mobile to web in a couple hours with Flutter for Web.
No comment yet.
Scooped by Jan Hesse
September 21, 2019 6:04 PM
Scoop.it!

What I Learned Developing Games from Scratch on Flutter

What I Learned Developing Games from Scratch on Flutter | Flutter Packages Widgets Architecture | Scoop.it
No comment yet.
Scooped by Jan Hesse
September 2, 2019 2:59 AM
Scoop.it!

Three Easy Ways to Debug Network Requests in Flutter

Flutter has no built-in tooling to debug network requests. Luckily, there are three options that are easy to use and simple to set up.
No comment yet.
Scooped by Jan Hesse
September 2, 2019 2:19 AM
Scoop.it!

Choosing between React Native and Flutter

Choosing between React Native and Flutter | Flutter Packages Widgets Architecture | Scoop.it

We are no longer questioning the viability of cross-platform, we are now deciding which solution is best. React Native and Flutter are great options to choose from despite other possible solutions e.g. Xamarin and others.


What should one know before deciding which is the best option for their project's requirement?
No comment yet.
Scooped by Jan Hesse
August 18, 2019 3:01 AM
Scoop.it!

Building a simple application with Flutter and GraphQL

Flutter is an SDK (Software development kit) to build applications for Android and IOs with a single codebase. On the other hand, GraphQL is a query language that allows us to create queries that…
No comment yet.
Scooped by Jan Hesse
August 10, 2019 3:13 AM
Scoop.it!

Manager your Flutter Dialogs with a Dialog Manager

Today we’ll look at how to use a completer to manage your dialogs from your business logic and keep your UI clean. This will not be a comprehensive guide on completers or using dialogs instead we’ll…
No comment yet.
Scooped by Jan Hesse
July 21, 2019 12:05 PM
Scoop.it!

Flutter: Implementing Google Sign In

In this article, I will be showing how to set up and implement Google Sign In using Firebase Authentication.
No comment yet.
Scooped by Jan Hesse
July 21, 2019 11:55 AM
Scoop.it!

Create and Manage quick actions in Flutter

In this tutorial we’ll use the quick_actions package to create a widget that you can wrap around your material app to handle your quick actions. To start off add the package to your project. Create…
No comment yet.
Scooped by Jan Hesse
July 21, 2019 11:45 AM
Scoop.it!

Migrate your Flutter App to Flutter Web

Recently Google released the technical preview of Flutter Web, an extension to Flutter for the modern web. So what does this mean? It means that now it’s possible to have one single code base for…
No comment yet.
Scooped by Jan Hesse
July 21, 2019 11:40 AM
Scoop.it!

Build a Theme Manager in Flutter

We’ll cover changing the status bar color as well as the overall theme using flutter_statusbarcolor and provider. We'll start by installing the packages. As you know from my other tutorials I…
No comment yet.
Scooped by Jan Hesse
June 19, 2019 3:35 PM
Scoop.it!

App-Entwicklung mit Googles Cross Platform Framework Flutter

App-Entwicklung mit Googles Cross Platform Framework Flutter | Flutter Packages Widgets Architecture | Scoop.it
No comment yet.
Scooped by Jan Hesse
June 10, 2019 4:34 PM
Scoop.it!

Kotlin vs NativeScript vs Flutter - Building the same app in all platforms

In this, I have made the same app in all 3 platforms - Kotlin/Android, Nativescript (with Vue) and Flutter.
No comment yet.
Scooped by Jan Hesse
June 9, 2019 6:53 AM
Scoop.it!

Flutter with Dart— Is it worth it?

In 2018 you may have heard about Flutter — “Google’s portable UI toolkit for building beautiful, natively-compiled applications for mobile, web, and desktop from a single codebase.”


These there my initial thoughts BEFORE I tried Dart and Flutter:



  • Oh here’s yet another and framework only top companies will use

  • Dart sounds like a very different language I won’t even bother learning

  • This will require at least 10 years before someone will start using it

  • It’s hard for me to find native developers, how am I supposed to hire Dart developers?

  • Native-specific customisation should be hell


But then I’ve tried it:

No comment yet.