Create Your First Flutter Barcode Scanner
In this article, we shall learn about the different types of barcodes, how to create them and how to build an app in Flutter for scanning barcodes of all types using the camera on your smartphone.
Read moreWriting
13 articles tagged “Flutter”.
In this article, we shall learn about the different types of barcodes, how to create them and how to build an app in Flutter for scanning barcodes of all types using the camera on your smartphone.
Read moreIn this article, we’ll learn about the visual layout of an alert dialog, the different styles of alert dialogs that Flutter provides and how to include alert dialogs in Flutter apps.
Read moreIn this article, we’ll learn how to apply asynchronous programming to a Flutter app to make the experience better for users.
Read moreIn this article, we will cover practical use cases for dialogs, different types of Material dialogs, and how to display Flutter Material dialogs in Flutter.
Read moreFlutter provides a widget named Hero for creating seamless and fluid experiences for users as they navigate from one page to another. In this tutorial, we’ll learn how to build a Hero widget for use in an app.
Read moreIn this tutorial, we shall describe the typical layout of a Flutter Drawer, learn how to build a Flutter Drawer widget for use in an app, and build a demo app to apply what we learned.
Read moreIn this tutorial, we’ll explore the properties of the Flutter Visibility widget and learn how to build a Visibility widget for use in an app.
Read moreIn this tutorial, you’ll learn how to create and incorporate cards into your Flutter apps.
Read moreIn this tutorial, we shall explore the visual components of a DropdownButton and learn how to create and customize this widget
Read moreIn this tutorial, we'll learn how to configure the visual appearance of a Flutter AppBar and build a demo app.
Read moreIn this tutorial we will explain what hexadecimal numbers are, learn how to create an instance of the Color class in Flutter, and build a demo app.
Read moreThis article was originally published on the Waldo blog. Introduction Checkboxes are one of the most widely used UI components on mobile, desktop, and the web. Checkboxes are classic elements that…
Read moreIn this post, we’ll go through the steps of putting together a simple horizontal ListView. It’ll take you less than 20 minutes to complete and doesn’t require any special tools.
Read more