Random Linux Thoughts

Installing Flutter on Linux (from Github)

Installing Flutter on Linux (from Github)

Flutter is an incredible open-source UI Software Development Kit (SDK) developed by Google. It enables the creation of applications that are natively compiled for mobile platforms (iOS, Android), web, and desktop systems (Windows, macOS, Linux) using a single codebase. Flutter employs Dart, an object-oriented programming language, which was also created by Google. Installation Steps TheRead more about Installing Flutter on Linux (from Github)[…]

Installing Java on Linux

Installing Java on Linux

Java has a runtime (the “JRE”, or “Java Runtime Environment”) which is required to run Java applications. There’s also a “JDK” (“Java Development Kit”) which is required to develop applications in Java. There are numerous blogs out there that explain how to install Java from repositories. This blog post will detail how to download andRead more about Installing Java on Linux[…]