Rex ColeCan Riverpod do what Get_it can do?Yes, Riverpod can achieve everything that get_it can, but there are some fundamental differences in how the two approaches work. Whether…Nov 25
Gurpreet DhillonSingleton and Lazy Singleton in get_it.In the context of the get_it package in Flutter, both singleton and lazy singleton patterns can be utilized for dependency injection…Oct 16
Dan PataceanFlutter Stories — Dependency Injection with injectable and getItStep by step Flutter dependency injection with injectable and get it on a simple mobile app.Sep 8, 20221Sep 8, 20221
OrexjekaFlutter scalable app skeleton. Application bones.Application bones. DI, ENV, Folder structure, Networking, Assets & Simple design system.Jul 6Jul 6
Rex ColeCan Riverpod do what Get_it can do?Yes, Riverpod can achieve everything that get_it can, but there are some fundamental differences in how the two approaches work. Whether…Nov 25
Gurpreet DhillonSingleton and Lazy Singleton in get_it.In the context of the get_it package in Flutter, both singleton and lazy singleton patterns can be utilized for dependency injection…Oct 16
Dan PataceanFlutter Stories — Dependency Injection with injectable and getItStep by step Flutter dependency injection with injectable and get it on a simple mobile app.Sep 8, 20221
OrexjekaFlutter scalable app skeleton. Application bones.Application bones. DI, ENV, Folder structure, Networking, Assets & Simple design system.Jul 6
KiumarschInjecting Life into Flutter Apps: Is GetIt and Injectable the Prescription You Need?In the wild world of app development, Dependency Injection (DI) is like the superhero sidekick you never knew you needed. It’s there to…Aug 3
Sanjib MaharjanA complete Shopping App using Flutter-Part 2This is the second part of our shopping app tutorial in which we’ll be using the flutter_bloc, get_it, injector, etc packages to fetch the…Jun 27, 2023
Aakash AgrawalUnlock Flutter’s Power: GetIt Simplified!GetIt is a simple yet powerful service locator for Dart and Flutter applications. It helps manage dependencies in a clean and efficient…Oct 26