Blank Particleblog.blankparticle.in·8 hours agoCreating a tailwind plugin shouldn't be that hard, right?Recently, I came across a site called RealtimeColors.com, It's a pretty cool site that helps you choose colors for your site and visualize them on a real site. The site provides an export for tailwind, but it's tedious to copy and set up everything ...DiscussTailwind CSS
Bharat Saraswatblog.bharatsaraswat.com·Dec 1, 2023Creating a jquery pluginJquery has been used quite largely in many web projects because it gives you all javascript functions and commands wrapped in a nice API interface. For example: "jquery selectors", used very heavily. Also, there were a lot of plugins which were build...DiscussjQuery
Manav SarkarforAll About Flutter | Flutter and Dartwww.allaboutflutter.com·Nov 24, 2023Get User Location in Flutter: geolocator packageThe User Location may be required in many cases where you don't want to get the wrong/incorrect address or any other cases. The Flutter geolocation plugin which provides easy access to platform-specific location services makes the task easier. We wil...DiscussFlutter
Manav SarkarforAll About Flutter | Flutter and Dartwww.allaboutflutter.com·Nov 24, 2023Battery Details in Flutter: battery_plus packageWe are going to explore the package battery_plus by fluttercommunity which allows developers to access the state of the battery of the device. This package is compatible with all the platforms and can provide real-time data. So let's start building t...DiscussFlutter
Manav SarkarforAll About Flutter | Flutter and Dartwww.allaboutflutter.com·Nov 20, 2023Getting Started with Sharing in Flutter: An Introduction to share_plus PackageSocial sharing in Flutter is made very simple and easy for developers using the share_plus package. All the sharing options available in a device are shown in the bottom sheet and uses the native UI of the device for sharing purpose. It provides easy...DiscussFlutter
Web Brickswebbricks.hashnode.dev·Nov 18, 2023The Best WordPress Plugins you must have in 2023Do you have a business website? But you are struggling to get a smoother browsing experience. Then you might not have the right plugin. So, you must have the best WordPress plugins! But as you know already, the WordPress repository is huge. Finding t...DiscussWordPress
Fatima Abdulazeezfahtymah.hashnode.dev·Nov 15, 2023Elevate Your Design Game: The Ultimate guide to boosting productivity with the " stark" plugin.Introduction Welcome! Before delving deep into this article, it's crucial to understand what plugins are and the myriad benefits Figma plugins bring to the design table. Plugins are software components or add-ons that extend the functionality of an e...Discuss·1 likeDesign
Ankur KhandelwalProblog.nocodetalks.co·Nov 15, 2023Easy Guide to Referencing Bubble Elements Within Bubble PluginThere are instances when you may need to access an element created within the Bubble editor. For example, in a plugin, you might want to return the number of characters a user types into an input element. Follow these steps: Step 1: Enable the "Expos...Discussbubble.io
Eniola Ajalaeniola-ajala.hashnode.dev·Nov 14, 2023How to Integrate Native Code into Your App with Flutter PluginsIntegrating native code in a Flutter app is important because it allows your app to do things that are usually done in the language of the device it's running on. In other words, it's like having a special tool to solve specific problems in your app....DiscussFlutter
Ankur KhandelwalProblog.nocodetalks.co·Nov 14, 2023Call API inside the action in Bubble PluginThere are times when you need to call the API within the action section instead of the API section, but how do you do it? Let me demonstrate with an example. I will call this GET API: https://api.thecatapi.com/v1/images/search GET API Example -Copy a...DiscussAPIs