Jet’s Blog

HomeBadges
Blog Author Picture

Jethro Lorenzo Garcia Lising

I create beautiful experiences that help people reach their full potential.

Using Dart & Flutter Packages from a Private Git Repo

Aug 18, 20203 min read

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 authenticate ourselves into the private repo, we will need to use the SSH protocol. Mac and Linux Mac and L...

Abstraction in Dart

Jul 16, 20202 min read

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 concept of accelerating, braking, and turning the wheel to switch directions. The driver doesn't need ...

Encapsulation in Dart

Jul 16, 20202 min read

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 set of data. In other languages such as C++ and Java, it is common to control access to a field by...

Flutter localization gotcha with iOS Emulator

Jul 16, 20201 min read

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 set the language and region in the iOS settings, it will always return 'en'. // This retrieves the c...

Impressum

A blog that documents my learning progress and to teach others and my future self of the things I've learned. Topics include software engineering, personal development, spirituality, fitness, and anything under the sun.

© 2021 Jet’s Blog

PrivacyTerms
Proudly part of