We have all seen a lot of architectures like MVVM, MVC, Clean Architecture, etc. But do you know, there’s also a hidden gem in Flutter called local packages that help you keep your code cleaner? — No application is complete without services like APIs, Notification, etc. Where do you keep these codes? Inside the lib folder? Fair enough, almost all architecture has a section for services which are independent of the UI.