 Your new post is loading...
 Your new post is loading...
|
Scooped by
Jan Hesse
September 20, 2021 4:41 PM
|
A beautiful, well designed app theme can make or break a project. Refresh yourself on the basics of theming in Flutter in this tutorial.
|
Scooped by
Jan Hesse
August 15, 2021 1:35 AM
|
Part of the little details of dev-ops is getting an UML diagram generated for your Flutter project. UML diagrams aid developers in understanding how OOP-wise your code fits together. It’s also a nice…
|
Scooped by
Jan Hesse
August 15, 2021 1:24 AM
|
As developers we make our UI through widgets, but how do they end up on the screen? How do we get that smooth 120 frames per second? Let’s do a quick deep-dive in how the framework goes from the…
|
Scooped by
Jan Hesse
April 18, 2021 5:13 PM
|
All of the above of course doesn’t take away from Skia’s tremendous value, but it’s by no means the cool-factor of the framework. In fact, at first look, some might even find it off-putting, so it sort of makes sense that Google’s marketing of Flutter doesn’t have Skia left, right and center. And understandably so. Starting the sell of a new cross-platform framework with “it’s a Canvas powered by OpenGL” would be almost as irresponsible as selling a hypothetical new generation Porsche’s engine with “it’s a hydrogen balloon, powered by a spark plug and a tank of nitrous oxide” as the opening line.
|
Scooped by
Jan Hesse
April 12, 2021 5:20 AM
|
Developing an application with Flutter is nothing more than a story of fantasy. In reality, no matter how proficient you are in app development, you have to deal with plenty of technologies and its flaws. In fact, in the world of mobile app development, there’s an endless race between two giants iOS and Android.
|
Scooped by
Jan Hesse
January 25, 2021 3:06 PM
|
Learn about realtime in Flutter by building a cryptocurrency app that has a dashboard, chat room and Twitter feed.
|
Scooped by
Jan Hesse
January 15, 2021 5:37 PM
|
As your application gets greater and greater, a decent arrangement of tests may help you save time, as tests can discover new bugs that could show up with ordinary alterations. Flutter automated…
|
Scooped by
Jan Hesse
January 9, 2021 5:57 AM
|
I have been exploring flutter for the last 8 months, and today I am going to take you all on a journey where you will learn to make your own simple yet beautiful app where you will learn to make API…
|
Scooped by
Jan Hesse
December 18, 2020 1:04 PM
|
inVerita and its mobile development team continuously dig into the performance of cross-platform mobile solutions available on the market to answer the question which technology is best Flutter or…
|
Scooped by
Jan Hesse
November 22, 2020 3:52 AM
|
“Please, I’ve already heard all the marketing stuff from other agencies. Could you tell me how exactly Flutter can ensure the stability and high performance of my app?” – said the client at the very beginning of our first meeting.
|
Scooped by
Jan Hesse
November 18, 2020 2:55 PM
|
GridView flutter widget and four other forms of GridView, GridView.count, GridView.builder, GridView.extent, GridView.custom. Learn about it i
|
Scooped by
Jan Hesse
November 7, 2020 2:42 PM
|
Flutter is a UI software development kit from Google that allows developers to build natively compiled applications for mobile, web, and desktop from a single codebase. We've released a Flutter Essentials course on the freeCodeCamp.org YouTube channel. This beginner's course will teach you everything you need to know to
|
Scooped by
Jan Hesse
September 16, 2020 3:13 PM
|
While it can be an overlooked thing in a small project (which I don’t think it should either), when it comes to a medium/large project it’s necessary to take in account the fact that we need a clean…
|
|
Scooped by
Jan Hesse
August 17, 2021 1:37 AM
|
Whether you’re working for a small agency that creates mobile apps for an assortment of clients, or you’re developing for a massive corporation with hundreds of internal applications, supporting…
|
Scooped by
Jan Hesse
August 15, 2021 1:34 AM
|
I've had some luck to study and work with flutter these days. Flutter is a Google's UI kit, made for... Tagged with beginners, flutter, tutorial, devjournal.
|
Scooped by
Jan Hesse
May 11, 2021 1:54 PM
|
Notifications are an excellent way to engage your users or to get them to go back to your application. You can also use notifications to make users pay attention to something while they're using the app. There are two types of notifications: Push NotificationsLocal NotificationsAs the title of this article
|
Scooped by
Jan Hesse
April 18, 2021 5:01 PM
|
Responsive design is very important for those who want to target different platforms using a single code base. This is especially true for Flutter development since Flutter targets all major…
|
Scooped by
Jan Hesse
February 12, 2021 2:05 PM
|
How to structure your Flutter app, which libraries are useful, what practices work better within a team, how to solve different common problems.
|
Scooped by
Jan Hesse
January 15, 2021 5:38 PM
|
GetX is an extra lightweight solution for state, navigation, and dependencies management for Flutter applications. In this article, we will be looking at its benefits, features, and how to start using it in Flutter applications.
|
Scooped by
Jan Hesse
January 9, 2021 5:58 AM
|
Many applications require information handling on the phone and, further, their synchronization with the backend. For instance, to-do lists, arrangements of any information (analyzes, notes, and so…
|
Scooped by
Jan Hesse
January 9, 2021 5:49 AM
|
On Flutter everything runs on a single (main) isolate and executes only one operation at a time. This means while your app is doing strenuous work, you will lose the interaction and the UI will freeze. We can create new isolates and do the heavy work there, but every isolate can reach only its own memory, and if you have to use a large set of data it won't be very optimal because we have to copy the large data from one isolate to another, and it can still block the main isolate while doing that.
Every situation requires a different approach but in most cases we can solve them on the main isolate using an event queue optimally. Let me show you one of these approaches.
|
Scooped by
Jan Hesse
December 9, 2020 3:52 PM
|
Sometimes, state management monopoly is good; in React, there’s really only one or two state management solutions that are seen regularly. As the wild beast that 2020 was draws to a close, there…
|
Scooped by
Jan Hesse
November 18, 2020 2:57 PM
|
Shared preferences are used to store the small amount of data like some int, double, bool, or string value in the local memory. Let me take a simple use case of it for your better understanding.
|
Scooped by
Jan Hesse
November 18, 2020 2:53 PM
|
Flutter being a cross-platform app development framework supports devices with hugely varying screen sizes, it can run on a device as small as a smartwatch to devices like a large TV. It’s always a…
|
Scooped by
Jan Hesse
September 16, 2020 3:51 PM
|
Undoubtedly, chat apps have become a hot topic of the town and have taken the world by storm in recent years. With 2 billion users accessing the WhatsApp messenger on a monthly bases and projected to…
|