Material Design

What is Adobe Illustrator?

Introduction Adobe Illustrator is a software application for creating drawings, illustrations, and artwork using a Windows or macOS computer. Illustrator was initially released in 1987, and updates continue to occur often. It is currently part of the Adobe Creative Cloud. Illustrator is commonly used to generate high-quality artwork by graphic designers, web designers, visual artists, …

What is Adobe Illustrator? 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 »

How to Use Data Tables In Flutter

In today’s blog we’re going to learn how to use data tables in Flutter. The particular conventions and vocabulary used to describe tables differ depending on the situation. Tables also range greatly in terms of variety, structure, flexibility, terminology, representation, and use. Although we have already covered how to use a table here, this one …

How to Use Data Tables In Flutter Read More »

How Add Bottom App Bars In Flutter

A Bottom App Bar, unlike the common Top App Bar, has a difference in how it is implemented. The top app bar displays content and actions that are relevant to the current screen. It is suitable for branding, screen titles, navigation, and activities. The bar can also be transformed into a contextual action bar, displaying …

How Add Bottom App Bars In Flutter Read More »

How to Use Navigation Rail In Flutter

You’ve probably heard of navigation bars and drawer menus, but this one is really similar. It’s known as a navigation rail. Navigation rails provides more comfortable moving between major app destinations. The rail is a side navigation component that displays three to seven app destinations as well as a Floating Action Button if available. The text …

How to Use Navigation Rail In Flutter Read More »

How to Use Dialogs In Flutter

Credit to: unsplash.com | Adem AY Today we’re going to discuss dialog. It is a small window-sized graphical control element that delivers information to the user and requests a response from them. In addition, dialog boxes are characterized as “modal” or “modeless” based on whether or not they prevent interaction with the software that triggered …

How to Use Dialogs In Flutter Read More »

How To Add Snackbars In Flutter

Snacks are great when we’re on a break working on projects in Flutter, but today’s topic isn’t about food but about a user interface that, consequently enough, the people at Google called it snackbars. Basically, a Snackbar informs users of a process that an app has performed or will perform. They appear temporarily, towards the …

How To Add Snackbars In Flutter Read More »

How to Add Menus In Flutter

A menu can be the complete user interface of a system or only a portion of a more sophisticated one. In the same way, menus in Flutter present a list of options on temporary surfaces. When users interact with a button, action, or other control, they appear. Fundamental of Menus In Flutter Naturally, menus should …

How to Add Menus In Flutter Read More »