Web Development

How to Make Adaptive Apps In Flutter

Image credit to: Louie Jay Lomibao Today’s topic is about how to make adaptive apps in Flutter. Fundamentally, adaptive and responsive design are two techniques for designing for a wide range of devices. In its most basic form, responsive design employs a single layout and adjusts the page’s text, navigation, and elements to match the …

How to Make Adaptive Apps In Flutter Read More »

How To Create A Button tag Using Bootstrap?

Last time, I talked about what Bootstrap is and how to use it, but if you haven’t read that blog, go to this link: https://www.nucleiotechnologies.com/how-to-use-bootstrap/ Today we will talk about one of the HTML tags, the “<button></button>“, and how we create a button using Bootstrap. What is a <button> tag? Using the <button> tag, you can define a clickable button. Text (including tags like <i>, <b>,  <strong>, <br>, <img>, etc.) can be included inside a “button” element. If you …

How To Create A Button tag Using Bootstrap? Read More »

How to Downgrade Flutter Versions

Today’s topic is about how to downgrade flutter versions. There are a lot of incompatibility problems, or perhaps we want to use other specific versions of Flutter. That is why I am going to address such problems and needs. To be specific, this blog post won’t just teach you how to downgrade flutter versions but …

How to Downgrade Flutter Versions Read More »

How To Use Bootstrap?

What is Bootstrap? A free and open-source CSS framework designed for front-end web development that prioritizes mobile responsiveness. It includes design templates for typography, forms, buttons, navigation, and other interface elements that are based on HTML, CSS, and JavaScript.Wikipedia Technology develops day by day, especially in front-end development, as time goes on. Although many front-end …

How To Use Bootstrap? Read More »

Using Navigation Drawer In Flutter

You might have already heard of the Drawer Menu here, but this time we’re going to utilize Material Design’s Navigation Drawer. It’s similar, but the Material Design has some extra and advanced features that you could utilize and switch from the standard drawer menu in flutter. The drawer menu is almost implemented in any app …

Using Navigation Drawer In Flutter Read More »