Developers tend to attach themselves to frameworks. They see some magic tricks like the ones The Flutter Framework makes in its cross platform efforts. In the past, there were also several other wizardly-like technologies. An experienced software engineer with more than technical skills sees beyond the bytes, the shiny animations and drawings. Flutter Framework is…
Category: Flutter
GPS Location Explained – Android & Flutter point of view
In this article I’m gonna explain some details of GPS Location Access and architectural aspects in Android Native and the Flutter Framework. The Application Programming Interfaces by Google on these frameworks will probably use their private API. That’s why probably, I am expanding my learning and research beyond them. GPS Location Evolution In the beginning…
Process Video – on Device – with FFmpeg Flutter
In this article I’ll describe the how to Process Video on Device with FFmpeg and Flutter. The first part is some general thoughts and architectural aspects about doing so. Second is the Plugin, the Code Samples and references. Common Benefits Give more work to the client! It doesn’t matter what type of front-end technology you…
Pick a File with Flutter from the underlying System
There is a plug-in for Flutter that enables you to pick a file from the underlying System. As application creators we should not worry (that much) about platform specifics. The developers of the plugin have wrapped the edge cases in a common programming interface (API). The environment details of the platforms should stay hidden for…
Lazy Programming with Flutter
There is a broad trend in Programming to approach the flow of the code with Lazy manner and the Flutter Framework is no exception. On one hand there are functional and reactive programming. The modern frameworks enforce wrapping logic in callbacks, listeners, events, messages or self-contained requests. The other side is a better User Experience…
How to Play Video & Audio with Flutter Web
In this article you’ll learn How To Play Video & Audio using the Flutter Framework – build for the Web Platform. You’ll need probably few extra steps described in the plugins, if you target the Mobile Platforms. Both media types are not native to any platform and cannot be drawn by the Skia Library –…
