Tips

How To Make Any Widget Clickable In Flutter

First Solution: Using a GestureDetector Widget A widget that recognizes gestures. Attempts to recognize gestures that match non-zero callbacks. If this widget has children, they will be moved to that child for the behavior of that size. If you don’t have children, you will grow up to be a parent instead. By default, GestureDetectors with …

How To Make Any Widget Clickable In Flutter Read More »

How to Create A Button with Icon and Text in Flutter, The Top 3 Ways

Buttons are an essential component of any app. This allows the user to perform an action when tapped. For example, you can go to another page, load data, or send information. With Flutter, you can immediately support your buttons. However, you may need to add an icon with text to the button to suit your …

How to Create A Button with Icon and Text in Flutter, The Top 3 Ways Read More »

How to Enable Roundcube Installer in Ubuntu 20.04

While you are setting up and finishing installation your Roundcube in your Ubuntu and you accidentally shut it down, the installer will be disabled and you will encounter a message shown below. To enable it, follow the steps below: Step 1: Open your terminal and go to your roundcube folder. In this case, it is …

How to Enable Roundcube Installer in Ubuntu 20.04 Read More »

How to Fix URL Not Found After Installation of phpMyAdmin on Ubuntu 20.04

In such cases, after installing phpMyAdmin locally in Ubuntu 20.04, users receive a 404 error when accessing the phpMyAdmin web page, specifically the one accessible via localhost/phpmyadmin. Essentially, this occurs as a result of incorrect Apache configuration. In addition, you must have MySQL installed as a prerequisite. This article will go over how to resolve …

How to Fix URL Not Found After Installation of phpMyAdmin on Ubuntu 20.04 Read More »

How to Flush DNS on Windows 10?

An issue with your computer’s DNS cache might cause problems connecting to the internet. If you’ve tried the standard fixes, such as cleaning your browser cache and cookies, flushing Windows 10’s DNS may help. What Does the DNS Cache Do? A Domain Name System (DNS) server is responsible for converting well-known domain names into the …

How to Flush DNS on Windows 10? Read More »

How To Send OneSignal Firebase Notification in Flutter

Getting Started With the OneSignal Step 1: App Registration with OneSignal. Register an account at OneSignal. Click on Add a new app. Select the android and Fill in the name of the app and click configure your platform. Click On Configure your Platform. Step 2: Add the firebase server Key and sender id. To find the …

How To Send OneSignal Firebase Notification in Flutter Read More »

How to Access Data from Odoo Website Through Odoo XML-RPC API and Python

Odoo API Odoo is typically extended internally through modules, but many of its features and data are also accessible from the outside for external analysis or integration with various tools. A portion of the Models API is easily accessible via XML-RPC and can be accessed from a variety of languages. Signing in Odoo requires API …

How to Access Data from Odoo Website Through Odoo XML-RPC API and Python Read More »