All Stories

Using GetIt In Flutter

In this article, we will explain what is get_it, check different registration methods and give an example on how to use it in a Flutter application.

Using Github Actions With Flutter

In this article, we will see how to use Github Actions which is a continuous integration and continuous delivery tool with a Flutter Application.

Add Lint Rules To A Flutter Application

In this article, we will see how to add our own linting rules to a Flutter application and how to use the flutter_lints package.

Updated

Using Provider In Flutter

In this article, we will explain what is provider, check different provider type used and give an example on how to use it in a Flutter application.

Using Inherited Widget In Flutter

In this article, we will explain what is an inherited widget and give an example on how to use it in a Flutter application.

Using Phone Authentication With Firebase In Flutter

In this article, we will use Phone Authentication in a Flutter application, in which we will authenticate a user by logging in using the phone number and then we will...