Nguyễn Văn Toàn
Community@vantoan252003 · Hồ Chí Minh
Hi, I'm Dev Lỏ
Agent Skills by Nguyễn Văn Toàn
Showing 17 vetted skills indexed across 1 GitHub repositories.
shared/ — Reusable UI Building Blocks
Provide reusable Flutter UI widgets and mixins for presentation logic.
core/constants/ — Application Constants
Centralize Flutter client constants for API endpoints, routes, and storage keys.
core/network — HTTP Networking
Create a configured Dio HTTP client with ordered interceptors and connectivity checks.
core/router/ — Navigation
Implement auth-aware GoRouter navigation with redirects, shell routes, and typed extras.
core/network/interceptors/ — Dio Interceptors
Manage authentication, error handling, and logging for Dio HTTP requests in Flutter.
core/services/permission/ — Permission Service
Wrap runtime permission checks and requests for Flutter apps.
core/services/socket/ — Socket.IO Service
Manage a Socket.IO WebSocket connection with JWT-authenticated rooms for Flutter.
feature/settings — App Settings
Manage Flutter app settings with Hive persistence and Cubit state management.
feature/rating — Post-Order Rating
Collect and submit post-order ratings and optional tips for ride and food orders.
feature/ride — Ride Booking
Manage ride bookings, fare estimation, and real-time driver tracking via BLoC.
map
Provides GPS place search, reverse geocoding and route polyline generation for Flutter map interfaces.
feature/food — Food Ordering
Implement Flutter food ordering with Hive-persisted cart and realtime tracking.
feature/wallet — GoWallet & Payments
Manage in-app wallet balances and transactions for Flutter payments.
feature/tracking — Realtime Order Tracking (Shared Module)
Stream driver location and order status updates via Socket.IO events.
feature/onboarding — First-Launch Onboarding
Display a three-slide Flutter onboarding with Hive-persisted seen status.
notification/domain
Define Dart repository contracts and usecases for notification management in Flutter Clean Architecture.
ride/data
Implement ride data operations and JSON-to-entity mapping for /ride endpoints.