#flutter
Read more stories on Hashnode
Articles with this tag
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...
You can find the source code for the examples here: Github Link What is a Unit Test? A unit test is a test that verifies the behavior of an isolated...
Setting up Phone Verification allows various forms of User Credentials. Let's see how to setup it up. Also make sure that the app is already connected...