PinnedFlutter Unit Testing with Riverpod and MocktailIn today’s article, we will implement unit test using Riverpod state management which is a spiritual successor and an anagram of Provider.Nov 29, 20222Nov 29, 20222
Flutter: using Mockito with Null SafetyI faced a big challenge when i decided to migrate my projects to Flutter null_safety, personally, it took me a lot of effort and following…Jul 7, 2021Jul 7, 2021
Flutter — BLOC: fetch polylines from Firebase and display them on Mapbox map — Parte 2Hello, in Part 1 of this topic we’ve seen how to use BLOC patter in our project, create a list polyline model and save polyline data in…Jun 19, 20202Jun 19, 20202
Flutter: fetch polylines from Firebase and display them on Mapbox map — Parte 1Hello, in my previous articles I showed you how to Display map, markers, and polyline using MapBox but in this articles, we will fetch…Jun 17, 20201Jun 17, 20201
Flutter: Display map, markers, and polyline using MapBoxHi everyone, in this topic, I will explain how to display map in our Flutter Application, most of the applications are using Google Map…Jun 3, 20203Jun 3, 20203