 Your new post is loading...
 Your new post is loading...
|
Scooped by
Jan Hesse
September 6, 2020 5:37 PM
|
Flutter is a popular project among mobile developers around the world. The framework has a massive, friendly community of enthusiasts, which continues to grow as Flutter helps programmers take their projects into the mobile space. This tutorial is meant to help you start doing mobile development with Flutter. After reading it, you'll know how to quickly install and set up the framework to start coding for smartphones, tablets, and other platforms.
|
Scooped by
Jan Hesse
August 28, 2020 5:44 PM
|
Flutter is Google's UI library that was initially launched to develop native, performant, and beautif... Tagged with flutter, tutorial, flutterweb, development.
|
Scooped by
Jan Hesse
August 11, 2020 4:45 PM
|
Learn how to add user authentication to Flutter apps using OAuth 2.0 and OpenID Connect
|
Scooped by
Jan Hesse
August 11, 2020 4:40 PM
|
ListView is basically a list of items. Users can scroll vertically or horizontally to see more items when the list is big enough to not fit on screen. This article covers the basics of 4 types of…
|
Scooped by
Jan Hesse
August 11, 2020 4:35 PM
|
Nice open source flutter libraries, code examples and news weekly.
|
Scooped by
Jan Hesse
July 10, 2020 6:13 PM
|
There are different object-oriented programming (OOP) languages and Dart is one of them, basically, keeping code clean and dry is one of the characteristics of OOP. In OOP you have regular classes…
|
Scooped by
Jan Hesse
June 19, 2020 6:01 PM
|
MVC Error Handling using Firebase's Crashlytics third-party option in my Flutter Framework with _debugReportException() and FlutterErrorDetails.
|
Scooped by
Jan Hesse
June 19, 2020 5:58 PM
|
Flutter framework has grown a lot since it has come into this world. There are a lot of options for everything in Flutter and the options are growing and growing. APIs are a vital part of any…
|
Scooped by
Jan Hesse
June 9, 2020 2:32 AM
|
How to create your own Dart packages from existing apps, and other things you need to know.
|
Scooped by
Jan Hesse
May 26, 2020 3:48 PM
|
Flutter is an open-source UI software development kit created by Google and by the time you’re reading this article I’m pretty sure flutter would have got its fame. In this article, I would like to…
|
Scooped by
Jan Hesse
May 20, 2020 2:43 PM
|
A few months ago in a project that I was working on, there was a need to create a custom refresh indicator to replace the default indicator provided with a flutter material library. Back in those…
|
Scooped by
Jan Hesse
May 18, 2020 5:03 PM
|
In this article we're are going to discover how to recreate Spotify categories card using Flutter �
|
Scooped by
Jan Hesse
May 2, 2020 9:02 AM
|
When I first started using Flutter, it felt like a revelation. I had never used a framework that was so simple, easy, fun and powerful. With other UI frameworks, it wouldn’t be long before I had to…
|
|
Scooped by
Jan Hesse
September 5, 2020 5:11 PM
|
Flutter is awesome! It’s by far the fastest way to create truly cross platform apps without compromising beauty, performance and features. With development experience unlike any other framework, it…
|
Scooped by
Jan Hesse
August 28, 2020 5:43 PM
|
Flutter is a new trend in the world of mobile developers to write beautiful and expressive UIs for Android and iOS. Since I started developing apps with flutter, I love picking up random designs from…
|
Scooped by
Jan Hesse
August 11, 2020 4:43 PM
|
In 2020, people are excessively accessing their smartphones. Right from online banking, chatting, shopping to handling your online businesses, people these days are not only greatly depending on the…
|
Scooped by
Jan Hesse
August 11, 2020 4:38 PM
|
I’ve worked on a few Flutter projects in the past where I needed to create squishy UI effects. I searched around for packages that had this feature, but to no avail. Because of this, I’ve decided to…
|
Scooped by
Jan Hesse
August 11, 2020 4:31 PM
|
We are sharing the insights after making the first 10 commercial apps within the last 24 months during which we’ve spent some 17.193,00 hours on Flutter projects. It’s been two years since we’ve…
|
Scooped by
Jan Hesse
June 19, 2020 6:02 PM
|
One of the most important parts of freelancing is engaging the client in your development process. This tutorial will show you how to automatically send new versions of your Flutter app to your…
|
Scooped by
Jan Hesse
June 19, 2020 6:00 PM
|
When using cross-platform frameworks, people might forget the nuances of each of the platforms they want their code to run on. This article aims to address that.
|
Scooped by
Jan Hesse
June 19, 2020 5:56 PM
|
Building a VOIP (Video + Voice) app could be a very tasking experience for a junior to mid-level flutter developer. From complex plugin setup to the writing platform-specific code on both Android and…
|
Scooped by
Jan Hesse
June 4, 2020 2:02 PM
|
This course would help you get started with Google’s app development SDK, Flutter; taking you from zero to hero status in no time.
You’ll be learning about the concepts that’ll help you get up and running with Flutter quickly.
We’ll progress smoothly after learning how to recreate the default Flutter app with a special step-by-step focus on a few tools and tricks that would enhance your development experience and productivity.
If you’ve never written a single line of Dart code but have some prior programming experience, then this Flutter course is best suited for you. The IDE used for this course would be IntelliJ IDEA.
In this course you'll learn:
- How to set up your development environment for Flutter development
- How to structure your application
- How to use the Dart Programming language to build a Flutter App
- How to Scaffold a Widget
- How to use Hot Reload
- How to style widgets
- How to Perform animations
- Use the Flutter Inspector and Flutter Doctor
- Create Lists and Grids
- Integrate with a WebView
- Display Images
- ... and much more
Useful links:
|
Scooped by
Jan Hesse
May 26, 2020 3:45 PM
|
This article mainly focusses on ARCore and their handling in flutter apps. ARCore is Google’s platform for building augmented reality apps to be made that brings capabilities to millions of cellular…
|
Scooped by
Jan Hesse
May 18, 2020 5:09 PM
|
This article is a tutorial on how to recreate the Deliveroo Card in Flutter �
|
Scooped by
Jan Hesse
May 12, 2020 3:55 PM
|
A complete thought process on how to convert the design into code using Dart + Flutter Table of Contents
- Flutter Design Challenge rules
- The Design Challenge: Onboarding Concept
- Design analysis 101
- Analysing static design components
- Analysing motion design
- Implementing static design components
- Implementing motion design
- Summary
- Your contribution
|