Agent Skills by dangdungvn
Showing 45 vetted skills indexed across 1 GitHub repositories.
riverpod-offline
Persist Riverpod notifier state to SQFlite local storage.
flutter-handling-concurrency
Manage Dart concurrency and isolates in Flutter applications for UI responsiveness.
flutter-reducing-app-size
Analyze and optimize Flutter app bundle sizes across platforms using Dart DevTools and reduction strategies.
flutter-localizing-apps
Configure Flutter apps for multi-language support using intl and ARB files.
flutter-testing-apps
Implement unit, widget, and integration tests for Flutter applications.
flutter-managing-state
Manage Flutter app and UI state with MVVM architecture and provider package.
riverpod-providers
Explain Riverpod provider declaration and usage for Flutter state management.
flutter-interoperating-with-native-apis
Integrate Flutter apps with native APIs via Pigeon and dart:ffi.
riverpod-mutations
Manage UI-driven asynchronous operations with Riverpod mutation states.
flutter-building-layouts
Guide Flutter UI layouts using Row, Column, Stack, LayoutBuilder, and constraint handling workflows.
riverpod-3-0-migration
Guide Flutter developers through Riverpod 2.0 to 3.0 migration changes.
flutter-theming-apps
Implements Material 3 and adaptive theming for Flutter applications.
flutter-setting-up-on-linux
Configure Linux environments for Flutter development and validate with flutter doctor.
riverpod-refs
Explain Riverpod Ref and WidgetRef usage for provider interactions.
riverpod-select
Select specific fields of a Riverpod provider's state to prevent widget rebuilds.
riverpod-overrides
Override Riverpod providers with overrideWith, overrideWithValue, and overrideWithBuild.
flutter-working-with-databases
Manage local data persistence in Flutter apps using SQLite.
flutter-animating-apps
Implement animated effects and transitions in Flutter apps using AnimationController, Tween, and Curve.
flutter-improving-accessibility
Improves Flutter app accessibility with Semantic widgets and WCAG-compliant contrast.
riverpod-getting-started
Guide Riverpod setup in Flutter and Dart projects with ProviderScope.
riverpod-testing
Test Riverpod providers and widgets in Flutter with overrides.
riverpod-migration
Guide Riverpod migrations from StateNotifier and ChangeNotifier to Notifier and AsyncNotifier.
riverpod-observers
Implements ProviderObserver to log and monitor Riverpod provider lifecycle events.
riverpod-pull-to-refresh
Implement pull-to-refresh in Flutter apps using Riverpod and RefreshIndicator.