I create beautiful experiences that help people reach their full potential.
How I decreased my daily screen time by 80% using mindfulness and app limits. · The Problem Modern technology is both a blessing and a curse....
Problem We want to use Dart/Flutter packages from a private git repo on Github. The following article will show you how. Set up SSH client To...
To hide the unnecessary details of an implementation A simple example of abstraction is the concept of a car. When you drive a car, there is the...
Encapsulation Encapsulation is the principle that limits access to of an object's state; and the bundling of methods and operations that do work on a...
Problem When you use the intl package to get the current locale, it will always return English or 'en', when you use the iOS simulator. Even when you...