
Data types in Flutter (Dart)
Quick overview of the Dart data type available in Flutter. It is important to define data types when working on a Flutter application. This helps to write clean code and to improve code readability.
A new Canonical version of Ubuntu has been released, meet the Hirsute Hippo (21.04). Here are the steps to update Ubuntu 21.04:
Update Manager
and it will show up a message saying that a new distribution is available. Click Upgrade.What is new in Ubuntu 21.04 for software developers? Ubuntu’s CEO of Canonical Mark Shuttleworth summarizes it very well: “For developers and innovators, Ubuntu 21.04 delivers Wayland and Flutter for smoother graphics and clean, beautiful, design-led cross-platform development.”
These are great news for the Flutter community, who has received these news with great appreciation. "Canonical has been a fantastic contributor to Flutter, enabling Linux desktop support in Flutter and opening up the opportunity to bring high-quality Flutter apps to Linux," Chris Sells mentioned in Flutter’s blog post.
Other key additions of the new Ubuntu 21.04 release are the Microsoft Active Directory and joint support for SQL Server with Microsoft. This is specially targeted for larger enterprises using Ubuntu OS.
If, like me, you enjoy your Ubuntu on a dark theme, here is some good news. Ubuntu 21.04 has released an improved dark theme named Yaro. It contains better navigation and new file icons. The Yaro theme is maintained by the user community and supported by the Canonical release.
As an ubuntu user you should be aware of the Ubuntu Release Cycle. Ubuntu is released by the private publisher Canonical which publishes new releases of Ubuntu regularly. Release dates of Ubuntu can be anticipated allowing you to plan your OS roadmap update.
Ubuntu’s version numbers follow the convention: YY.MM
and they also get a development codename. For Ubuntu 21.04, the codename is HirsuteHippo and the release date was in April 2021.
There are two types of Ubuntu releases:
Ubuntu 21.04 is an interim release. Next LTS release for Ubuntu is planned for April 2022: Ubuntu 22.04 LTS.
Quick overview of the Dart data type available in Flutter. It is important to define data types when working on a Flutter application. This helps to write clean code and to improve code readability.
What is Domain Driven Design and why it is important to define a clear terminology? This article covers the key aspects of developing software following best practices of Domain Driven Design.
This article covers the basics of Dart, a programming language developed at Google. With a C-style syntax, Dart can be used to develop mobile apps, web application as well as desktop applications. The first step to learn Flutter is to understand its base.