Agent Skills by masssi164
Showing 45 vetted skills indexed across 1 GitHub repositories.
riverpod-family
Map parameters to isolated states with Riverpod family providers.
flutter-building-forms
Implement validated Flutter forms with state, validation, and submission.
flutter-handling-http-and-json
Execute HTTP requests and JSON serialization in Flutter applications.
riverpod-consumers
Read and listen to Riverpod providers in Flutter widgets using Consumer classes.
flutter-building-plugins
Scaffold Flutter plugins with Android and iOS native interop.
riverpod-retry
Configure Riverpod provider retries with custom retry functions and exponential backoff.
flutter-caching-data
Automate offline-first caching in Flutter apps with SQLite/Hive and remote API synchronization.
flutter-embedding-native-views
Embed native Android, iOS, and macOS views inside Flutter apps.
flutter-setting-up-on-macos
Configure macOS tooling and validate Flutter development environments.
flutter-adding-home-screen-widgets
Bridge Flutter data to native iOS and Android home screen widgets.
riverpod-eager-initialization
Eagerly initialize Riverpod providers at Flutter app startup.
riverpod-faq-and-practices
Clarify Riverpod state-management patterns and common pitfalls for Flutter applications.
flutter-architecting-apps
Architect Flutter apps with UI-Logic-Data layered separation.
riverpod-auto-dispose
Enable automatic disposal of Riverpod providers after one frame without listeners.
riverpod-cancel
Cancel Riverpod async requests with ref.onDispose and debounce via auto-dispose providers.
riverpod-codegen-and-hooks
Generate Riverpod providers and integrate hooks in Flutter projects.
riverpod-containers
Manage Riverpod state storage and access across Flutter and Dart tests.
riverpod-scoping
Scope Riverpod providers to a subtree using local overrides.
riverpod-from-provider
Migrate Flutter state management from Provider to Riverpod with ref.watch and ConsumerWidget.
flutter-implementing-navigation-and-routing
Designs nested navigation with RouterName for iOS and Android using declarative routing and deep links.
flutter-setting-up-on-windows
Set up a Windows Flutter environment with SDK, Visual Studio, and PATH configuration.
riverpod-pull-to-refresh
Adds pull-to-refresh to Flutter apps using a Reactor-based provider and AsyncValue.
riverpod-observers
Log Riverpod provider lifecycle events via custom ProviderObserver subclasses.
riverpod-migration
Migrate Riverpod codebases to Notifier/AsyncNotifier using step-by-step guides.