dangdungvn avatar

dangdungvn

Community

@dangdungvn

10Followers
|
44Public Repos
|
45Published Skills

Agent Skills by dangdungvn

Showing 45 vetted skills indexed across 1 GitHub repositories.

dangdungvndangdungvn

riverpod-offline

Persist Riverpod notifier state to SQFlite local storage.

Community
Intermediate
dangdungvndangdungvn

flutter-handling-concurrency

Manage Dart concurrency and isolates in Flutter applications for UI responsiveness.

Community
Intermediate
dangdungvndangdungvn

flutter-reducing-app-size

Analyze and optimize Flutter app bundle sizes across platforms using Dart DevTools and reduction strategies.

Community
Intermediate
dangdungvndangdungvn

flutter-localizing-apps

Configure Flutter apps for multi-language support using intl and ARB files.

Community
Intermediate
dangdungvndangdungvn

flutter-testing-apps

Implement unit, widget, and integration tests for Flutter applications.

Community
Advanced
dangdungvndangdungvn

flutter-managing-state

Manage Flutter app and UI state with MVVM architecture and provider package.

Community
Intermediate
dangdungvndangdungvn

riverpod-providers

Explain Riverpod provider declaration and usage for Flutter state management.

Community
Intermediate
dangdungvndangdungvn

flutter-interoperating-with-native-apis

Integrate Flutter apps with native APIs via Pigeon and dart:ffi.

Community
Advanced
dangdungvndangdungvn

riverpod-mutations

Manage UI-driven asynchronous operations with Riverpod mutation states.

Community
Intermediate
dangdungvndangdungvn

flutter-building-layouts

Guide Flutter UI layouts using Row, Column, Stack, LayoutBuilder, and constraint handling workflows.

Community
Intermediate
dangdungvndangdungvn

riverpod-3-0-migration

Guide Flutter developers through Riverpod 2.0 to 3.0 migration changes.

Community
Intermediate
dangdungvndangdungvn

flutter-theming-apps

Implements Material 3 and adaptive theming for Flutter applications.

Community
Intermediate
dangdungvndangdungvn

flutter-setting-up-on-linux

Configure Linux environments for Flutter development and validate with flutter doctor.

Community
Intermediate
dangdungvndangdungvn

riverpod-refs

Explain Riverpod Ref and WidgetRef usage for provider interactions.

Community
Basic
dangdungvndangdungvn

riverpod-select

Select specific fields of a Riverpod provider's state to prevent widget rebuilds.

Community
Basic
dangdungvndangdungvn

riverpod-overrides

Override Riverpod providers with overrideWith, overrideWithValue, and overrideWithBuild.

Community
Intermediate
dangdungvndangdungvn

flutter-working-with-databases

Manage local data persistence in Flutter apps using SQLite.

Community
Advanced
dangdungvndangdungvn

flutter-animating-apps

Implement animated effects and transitions in Flutter apps using AnimationController, Tween, and Curve.

Community
Intermediate
dangdungvndangdungvn

flutter-improving-accessibility

Improves Flutter app accessibility with Semantic widgets and WCAG-compliant contrast.

Community
Intermediate
dangdungvndangdungvn

riverpod-getting-started

Guide Riverpod setup in Flutter and Dart projects with ProviderScope.

Community
Basic
dangdungvndangdungvn

riverpod-testing

Test Riverpod providers and widgets in Flutter with overrides.

Community
Intermediate
dangdungvndangdungvn

riverpod-migration

Guide Riverpod migrations from StateNotifier and ChangeNotifier to Notifier and AsyncNotifier.

Community
Intermediate
dangdungvndangdungvn

riverpod-observers

Implements ProviderObserver to log and monitor Riverpod provider lifecycle events.

Community
Basic
dangdungvndangdungvn

riverpod-pull-to-refresh

Implement pull-to-refresh in Flutter apps using Riverpod and RefreshIndicator.

Community
Intermediate