blog.shark.runFirebase App Check : Protect your APIsApp Check is an additional layer of security that helps protect access to your services by attesting that incoming traffic is coming from your app, and blocking traffic that doesn't have valid credentials. It helps protect your backend from abuse, su...Jan 16, 2024·3 min read
blog.shark.runCustomizing App Theme in FlutterCode Use themes to share colors and font styles To share colors and font styles throughout an app, use themes. You can define app-wide themes. You can extend a theme to change a theme style for one component. Each theme defines the colors, type sty...Jan 12, 2024·2 min read
blog.shark.runGoRouter Riverpod AuthenticationGo Router Auth Read code to understand. https://github.com/CodeHariK/Hashnode/blob/main/riverpod/gorouterauth/README.md Overview 1.Look pubspec for all dependencies. cli command to run build runner dart run build_runner watch --delete-conflicting-out...Jan 8, 2024·2 min read
blog.shark.runFlutter Riverpod Theme Changer Example: A Guide for Beginners# LightDark ## [Code](https://github.com/CodeHariK/Hashnode/blob/main/riverpod/lightdark/README.md) * ```dart Install dependencies flutter create lightdark flutter pub add flutter_riverpod riverpod_annotation, shared_preferences f...Jan 4, 2024·3 min read