Saikat Mondal August 10, 2024 No Comments How to create WordPress custom user role for custom plugin ? Create custom user role for a WordPress plugin by using WordPress built-in functions.1. Create the Plugin File : First create a custom plugin if you…
Saikat Mondal August 3, 2024 No Comments How to add menu in WordPress admin panel ? Here we see how to add custom menu in admin sidebar. Sometimes when we work with plugins and we need to show some features or…
Saikat Mondal July 22, 2024 1 Comment How to create a splash screen in Flutter What is a splash screen ?A splash screen is a screen that briefly opens whenever you open an application. A splash screen is also called…
Saikat Mondal July 20, 2024 2 Comments Connecting a Flutter Desktop App to MySQL Database Flutter is an open source UI framework by Google, allowing developers to build native mobile, web and desktop applications from a single codebase using its…