There are several ways to archive cross-platform support in dart/flutter, and conditional dart imports is something that I haven’t seen in other OOP languages. Stack-overflow post Here is the response from stack-overflow: https://stackoverflow.com/questions/67937479/how-to-add-conditional-imports-across-flutter-mobile-web-and-window Example My use case was using the http client adapter – used by the Dio network package. I’ve created two files: //http_adapter.dartimport…
Category: Flutter
Soft Update – coming to all Software
Soft Update, also called Code Push or Live Patch – is coming to the Software near you. It is a way of bringing the latest version of the software – without forceful restart. This is especially bad UX / annoying – when the software is the Operating System. Already Present Code Push Linux has Live…
Great User Experiences with Flutter
Flutter is a powerful framework that allows developers to create rich and engaging user experiences. Here are some ideas for creating great user experiences with Flutter. Custom Animations Flutter allows developers to create custom animations that can be used to add visual interest and interactivity to the user interface. Animations can be used to create…
Flutter Notifications Local & Remote
Local notifications and remote notifications are two types of notifications that can be used in mobile applications. The main difference between them is where the notification is generated and processed. Local notifications are generated and processed entirely on the user’s device. They are scheduled by the application and triggered at a specific time or in…
The Most Search Engine Optimised article on Flutter
Flutter is an open-source mobile application development framework created by Google [so no wonder it has some search engine step ahead]. It is used to develop applications for Android, iOS, Linux, Mac, Windows, and the web. The framework is based on the Dart programming language and allows for the creation of high-performance, visually attractive apps….
Flutter vs Java Graphical User Interface Frameworks
Here is my presentation and prepared text for the lecture “Flutter vs Java Graphical User Interface Frameworks” – given at http://polyglot4dev.com/ presented in the summer of 2022. In this post I’ll try to tell stuff that I didn’t managed to say, write, or emphasise before. Flutter vs Java Graphical User Interface Frameworks – text from…
How to pinch Flutter to your Manager
If you want to persuade your manager to use Flutter for your next mobile app development project, here are a few points you might consider: By highlighting the benefits of Flutter, you can help convince your manager that it is the right choice for your next mobile app development project. It may also be helpful…
Why Choose Flutter Framework for CTO
As a CTO, you have a lot of responsibilities and must make many important decisions about the technology and tools your team uses. One framework that you may want to consider is Flutter, a cross-platform mobile app development framework created by Google. As part of Google – this may come with pros and cons. The…
Asking questions to ChatGPT – about Flutter & Money
I’ve joined the hype and asked some basic questions ChatGPT – about Flutter & Money. While the responses were pretty impressive, at the end there was always a to-do or action item – left for my side. Here are the results. How to make money There are many ways to make money, and the best…
Public / Private Key Cryptography – Use Cases – Examples
Public / Private Key Cryptography is the core that allows the Internet to function. If I must use the metaphor from IT Crowd – if there is any “Internet Box” – it is the hash & crypto math. Use Cases HTTPS / SSL HTTPS/SSL allows any user to communicate with the servers – with a…