Handling Unicode Usernames in Dart or Flutter
Unicode is a large and complex beast. Because of its complexity, it can leave us open to security issues without us even realizing it.
Unicode is a large and complex beast. Because of its complexity, it can leave us open to security issues without us even realizing it.
A lot of people are asking how to loop just the end X seconds of a flare animation. We're going to discuss two ways of handling this situation.
An InheritedModel is a way of sharing data across your whole app. The subscribing widget has some control over when it updates, and can be intelligently notified of those updates only when data it cares about has been changed.
Sometimes you need to use a location from multiple routes/widgets within your app. We can set it up once and share that data between many widgets using an Inherited Widget.
We're going to augment our TodoMVC app that we tested to add basic Firebase authentication using Google Sign In.
We're going to discuss the basics of widget testing using flutter.
We are going to update our ClockPage to have a Drawer.
This is obviously not going to be a good clock app without supporting multiple clock faces. We implemented a Text clock face, but we also want to add Digital and Analog clock faces.
We're going to build an Octal Clock for our app. It's going to be a good time.