© 2023 Hashnode
#material-design
Introduction Who does not love an eye-catching, immersive app? I'm guessing everyone does, and Flutter is a popular framework for building cross-platform mobile applications with beautiful and respons…
I had the unique opportunity of working on a project from start to finish, with complete independence. This was the first time I've had the opportunity to do this(apart from personal projects), and I …
This article shows the steps to convert this Jetpack Compose App Template to use Material 3 design - the latest version of Google’s open-source design system. 1. Update Compose Material Dependency Rep…
We’re excited to kick off 2023 with the release of Flutter 3.7! Flutter continues to improve the framework by adding new features such as new debugging tools and much more. One of them is the new fe…
Material Theme Builder is a tool with which you can easily generate Material Theme color palettes and typography sizes for your website. Features: ✅ Theme colors can be generated from an uploaded ima…
React Material Admin Templates tend to be well-suited for larger organizations with a dedicated in-house team, agencies, freelancers, and learners. Admin Dashboards tend to be minimalistic and focused…
I was doing some research on creating a feature text editor in React for one of my MERN projects. Text editors, similar to what we have on Hashnode, Stackoverflow, medium.com and many more websites. I…
What is Mui? Mui aka material UI is a React UI library that complements React for a fast build. It comes with pre-built React components and a default Material Styled Theme(which is very common in Goo…
This article is written by Taha Tesser and originally posted to Codemagic blog. At Google I/O 2021, Google announced the next evolution of Material Design, Material You, along with Android 12. The Ma…
Introduction Hello there, readers. I discovered an easy and quick way to work with side navigation drawers in Android using Material 3. I tried the old methods available on YouTube and other platforms, but they are difficult to build. So I …