MENU

Fun & Interesting

Keeping it local: Managing a Flutter app's data

Flutter 85,308 4 years ago
Video Not Working? Fix It Now

Data locality can make or break your app's performance. Sometimes storing data in the cloud isn't feasible. Or sometimes data needs to be kept locally for caching or until the user's on a reliable internet connection. Here, we'll explore strategies and methods for storing data locally. We start from simple key/value stores and work our way up into more complex persistence mechanisms. Speaker: Andrew Fitz Gibbon Source repository → https://goo.gle/2JpSkIb Learn everything about Flutter at → https://goo.gle/2WAhEN1 Subscribe to Flutter! → http://goo.gle/FlutterYT

Comment