bettercoding.devflipped into FlutterIcon version of the Flipboard logo10 Flutter Packages You Must1 Know In 2022bettercoding.dev - StefanOne thing I love about Flutter and the Dart environment is the immense number of packages that are available. Most of them really make a developer’s …
bettercoding.devflipped into FlutterIcon version of the Flipboard logoUsing Sembast with Riverpodbettercoding.devThis article is part of the Data Storage in Flutter series. In my tutorial Sembast as local data storage in Flutter, I used BLoC for state management. …
bettercoding.devflipped into FlutterIcon version of the Flipboard logoTutorial: Simple Flutter app initialization with Splash Screen using FutureBuilderbettercoding.devMost of the apps do run some kind of initialization code when the app starts. Doing this in a **synchronous/blocking ** manner makes your app look …
bettercoding.devflipped into FlutterIcon version of the Flipboard logoTutorial: Sembast as local data storage in Flutterbettercoding.devAlmost every app needs to store data locally on the user’s device. One option would be using SQLite, but with Flutter, I prefer the Sembast library. …