Month: July 2022

How to Use WebView In Flutter

In today’s blog post, we’re going to tackle WebView and create a Flutter app project with WebView, but first, what is WebView?  Accordingly, a WebView on the Android framework was based on Blink. On the other hand, on Apple, the framework was based on WebKit. Let’s dive more into it! WebView Origin Blink is a …

How to Use WebView In Flutter Read More »

Internationalizing Your Flutter App

Not all of your users can speak or read English. That is why internationalizing your Flutter app comes into the picture. But what is internationalization? Basically, people who speak a different language cannot understand your app, thus, it must be internationalized. That implies you must develop the app in a style that allows you to localize values …

Internationalizing Your Flutter App Read More »

Mental Health Issues: Alcohol Use Disorder and Common Co-occurring Conditions National Institute on Alcohol Abuse and Alcoholism NIAAA

Definitions of other terms used in this article can be found in the glossary, p. 86. For people who also experience alcohol dependence, the first step in AUD treatment may involve medical support. Still, only a small number of people with AUD need medical care during this process. The organization updated the terminology again in …

Mental Health Issues: Alcohol Use Disorder and Common Co-occurring Conditions National Institute on Alcohol Abuse and Alcoholism NIAAA Read More »

Tips to Make Your Flutter Apps Faster

We’ve been making Flutter apps for a while now, but we never discussed making them faster, which is fine though, because by default Flutter apps run faster already, unless we are unconsciously making bad decisions when writing the code. That is why today we’re going to tackle those bad decisions, and I’ll also give tips to …

Tips to Make Your Flutter Apps Faster Read More »

How To Test Your Flutter Apps

Today we’re going to learn how to test your Flutter apps, specifically the performance of the apps. When it comes to mobile apps, user experience is everything. Users want apps to have smooth scrolling and meaningful animations that are devoid of jank, or stuttering, or skipped frames. There are two ways. The first is to personally …

How To Test Your Flutter Apps Read More »