Flutter Accessibility: Getting Started
Building a high-quality app is not only about its features and looks but also about how accessible it is to users, including people with disability.
Building a high-quality app is not only about its features and looks but also about how accessible it is to users, including people with disability.
One big advantage when creating mobile apps is to offer new content and features to your users. This means that you will have to release new versions of your app with a higher cadence and, in turn, have many versions of your app out there, some even broken. This is a problem for app development and there's a great Flutter plugin that helps you solve it: `upgrader`.
Learn how to build a Wordle clone app in Flutter using one of the most robust state management libraries: Bloc 8.0.
Learn how to add custom gestures in your Flutter app by working on a fun lock-picking app.