In this tutorial, we’re going to build an admin UI application using etcd as a back end and Flutter as a front end.
etcd is a great way to keep your application configuration organized. It stores the critical configuration data as key-value pairs. I’ve already published an article about etcd’s most powerful features, which you can check out if you want to read some more detailed information.
We’re also going to learn how to create a DataTable
inside a dynamic TabBar
view in Flutter and how to populate it with data from the etcd back end.
Let’s start coding!
#flutter #android #mobile #ios