6 followers
Full stack developer learning Rust. I write about Flutter and Rust.
Compile-time initialization: Final variables initialized at declaration: public class Example { final int COMPILE_TIME_CONSTANT = 10; } This is...
What is a Package? A package is a set of programs files that provides us with a specific functionality. Say like a International Time Converter,...
Platform views allow you to embed native views in a Flutter app, so you can apply transforms, clips, and opacity to the native view from Dart. This...
In the previous article. We saw how to run the tests using Mocktail. In here we are going to look at how to do it using Mockito. Mocks allow emulating...
Platform channels in Flutter uses a flexible system that allows us to call platform-specific APIs in a language that works directly with those...
What is FFI? Foreign Function Interface (FFI) allows a program written in one language to call functions or services written in another language. In...