Hashir Shoaibhashirshoaeb.hashnode.dev·Apr 15, 2023Simplifying Flutter Permission Requests with Dependency WrappingIntroduction Dependency wrapping is a software development technique where a layer of abstraction is added around a dependency, such as a third-party library or service, to make it easier to use and maintain. Why Use a Dependency Wrapper The purpose ...2 likes·65 readsFlutter
KORLA GOUTHAMkorla.hashnode.dev·Dec 3, 2022Linux Users and PermissionsHello My name is Goutham here in this blog I would like to share how to create users and assign permissions to them in Linux. If we open a Linux terminal we observe something like howtogeek is the user name , ubuntu is computer name ,$ means howtoge...44 readsUsers permissions