Flutter Boilerplate Monorepo Template
by @chimeranext · plugin · 63 skills
Flutter Boilerplate Monorepo Template from chimeranext/flutter-boilerplate-monorepo-template.
Install the whole plugin (CLI)
npx skillmds add chimeranext/figma
npx skillmds add chimeranext/graphql
npx skillmds add chimeranext/aws
npx skillmds add chimeranext/gcp
npx skillmds add chimeranext/azure
npx skillmds add chimeranext/argocd
npx skillmds add chimeranext/i18n
npx skillmds add chimeranext/mvvm
npx skillmds add chimeranext/ovhcloud
npx skillmds add chimeranext/terraform
npx skillmds add chimeranext/crossplane
npx skillmds add chimeranext/theming
npx skillmds add chimeranext/static-analysis
npx skillmds add chimeranext/ansible-awx
npx skillmds add chimeranext/firebase
npx skillmds add chimeranext/riverpod
npx skillmds add chimeranext/security
npx skillmds add chimeranext/github-actions
npx skillmds add chimeranext/performance
npx skillmds add chimeranext/deep-linking
npx skillmds add chimeranext/accessibility
npx skillmds add chimeranext/bloc-advanced
npx skillmds add chimeranext/feature-first
npx skillmds add chimeranext/feature-flags
npx skillmds add chimeranext/offline-first
npx skillmds add chimeranext/project-setup
npx skillmds add chimeranext/versioning-management
npx skillmds add chimeranext/error-tracking
npx skillmds add chimeranext/mobile-testing
npx skillmds add chimeranext/code-generation
npx skillmds add chimeranext/map-integration
npx skillmds add chimeranext/animation-motion
npx skillmds add chimeranext/app-distribution
npx skillmds add chimeranext/in-app-purchases
npx skillmds add chimeranext/machine-learning
npx skillmds add chimeranext/platform-channels
npx skillmds add chimeranext/stitch-to-flutter
npx skillmds add chimeranext/analytics-tracking
npx skillmds add chimeranext/clean-architecture
npx skillmds add chimeranext/native-integration
npx skillmds add chimeranext/push-notifications
npx skillmds add chimeranext/integration-testing
npx skillmds add chimeranext/payment-integration
npx skillmds add chimeranext/webview-integration
npx skillmds add chimeranext/modular-architecture
npx skillmds add chimeranext/websocket-integration
npx skillmds add chimeranext/hexagonal-architecture
npx skillmds add chimeranext/video-audio-processing
npx skillmds add chimeranext/post-mortem
npx skillmds add chimeranext/slo-sli-sla
npx skillmds add chimeranext/service-mesh
npx skillmds add chimeranext/chaos-engineering
npx skillmds add chimeranext/container-security
npx skillmds add chimeranext/observability-stack
npx skillmds add chimeranext/database-reliability
npx skillmds add chimeranext/logging-log-aggregation
npx skillmds add chimeranext/cost-optimization-finops
npx skillmds add chimeranext/load-testing-performance
npx skillmds add chimeranext/api-gateway-rate-limiting
npx skillmds add chimeranext/network-policies-security
npx skillmds add chimeranext/alerting-incident-management
npx skillmds add chimeranext/security-compliance-automation
npx skillmds add chimeranext/disaster-recovery-business-continuitySkills in this plugin
- ▌ figma · chimeranextIntegrates Figma Dev Mode via MCP to extract assets, components, styles, and design tokens, converting designs to code with high fidelity.
- ▌ graphql · chimeranextIntegra GraphQL en aplicaciones Flutter con patrones para queries, mutations, subscriptions, caché, manejo de errores y testing.
- ▌ aws · chimeranextDeploys Flutter backends on AWS using EKS, RDS, S3, Lambda, API Gateway, ElastiCache, Secrets Manager, CloudWatch, and IAM, with CLI examples and CDK infrastructure code.
- ▌ gcp · chimeranextDeploys and manages Google Cloud Platform backends for Flutter apps, covering GKE clusters, Cloud Run services, Cloud SQL databases, Cloud Storage buckets, and Firebase integration.
- ▌ azure · chimeranextProvisions and manages Azure cloud services for Flutter backends, including AKS clusters, Azure Functions, SQL databases, Cosmos DB, Blob Storage, and Key Vault.
- ▌ argocd · chimeranextConfigures ArgoCD for GitOps-based Kubernetes deployments, including installation, project and application setup, and Kustomize overlays for multi-environment management.
- ▌ i18n · chimeranextConfigures Flutter app internationalization with ARB files, dynamic locale switching, and date/number formatting.
- ▌ mvvm · chimeranextImplements the MVVM pattern in Flutter with Provider and ChangeNotifier, structuring projects into models, views, and viewmodels for testable, maintainable code.
- ▌ ovhcloud · chimeranextDeploy Flutter backends to OVHCloud using Managed Kubernetes, Object Storage, and Terraform, with CLI and infrastructure-as-code examples.
- ▌ terraform · chimeranextDefine and provision cloud infrastructure declaratively with Terraform, including reusable modules for Kubernetes clusters, databases, storage, and networking.
- ▌ crossplane · chimeranextManages multi-cloud infrastructure declaratively through Kubernetes custom resources, covering Crossplane installation, provider setup, and provisioning of AWS resources like RDS and S3.
- ▌ theming · chimeranextCrea un sistema de diseño consistente con múltiples temas (light/dark/custom), Material 3, tipografía personalizada y cambio dinámico de temas en Flutter.
- ▌ static-analysis · chimeranextConfigures and runs static analysis and linting tools across multiple languages, integrating with CI/CD and security platforms.
- ▌ ansible-awx · chimeranextAutomates Ansible AWX setup on Kubernetes and provides playbooks for deploying backends, running database migrations, and managing Kubernetes deployments.
- ▌ firebase · chimeranextIntegrates Firebase services into a Flutter app, covering authentication, Firestore, storage, messaging, analytics, crash reporting, and remote configuration with Provider state management.
- ▌ riverpod · chimeranextImplementa gestión de estado reactiva en Flutter con Riverpod, cubriendo providers, notifiers, testing y estructura de proyecto.
- ▌ security · chimeranextImplements layered security for Flutter apps: code obfuscation, certificate pinning, secure storage, encryption, biometric authentication, and root/jailbreak detection.
- ▌ github-actions · chimeranextConfigures GitHub Actions CI/CD pipelines for Flutter and backend monorepos, including testing, building, and deployment workflows.
- ▌ performance · chimeranextOptimizes Flutter app performance by reducing rebuilds, improving list rendering, managing memory, and applying profiling and image optimization techniques.
- ▌ deep-linking · chimeranextImplements deep linking, universal links (iOS), and app links (Android) in Flutter using go_router, including domain configuration, file association, and URL-based dynamic routing.
- ▌ accessibility · chimeranextImplements WCAG-compliant accessibility in Flutter apps with semantic widgets, screen reader support, focus management, and contrast ratio checks.
- ▌ bloc-advanced · chimeranextImplementa state management avanzado con BLoC y Cubit en Flutter, incluyendo persistencia con Hydrated BLoC, replay de estados, transformers para control de eventos y testing exhaustivo.
- ▌ feature-first · chimeranextOrganizes Flutter code by business features instead of technical layers, with self-contained folders for UI, logic, and data, plus a recommended project structure and dependencies.
- ▌ feature-flags · chimeranextImplements feature flags and remote configuration in Flutter apps using Firebase Remote Config and LaunchDarkly, enabling staged rollouts, A/B testing, and kill switches without app updates.
- ▌ offline-first · chimeranextImplements offline-first architecture in Flutter apps with local caching, bidirectional sync, connectivity detection, and conflict resolution.
- ▌ project-setup · chimeranext bundleConfigures a new Flutter project with best practices, including static analysis, flavors, themes, routing, and internationalization, plus scripts for monorepo setup and AI-tool symlinks.
- ▌ versioning-management · chimeranextManages semantic versioning and changelog documentation for Flutter projects, defining a structured process for recording additions, changes, and removals across backend and mobile releases.
- ▌ error-tracking · chimeranextImplements error tracking and crash reporting in Flutter apps using Sentry and Firebase Crashlytics, including automatic error capture, enriched context, breadcrumbs, and CI/CD integration for source maps and debug symbols.
- ▌ mobile-testing · chimeranext bundleAutomatiza pruebas de integración y debugging en Flutter usando servidores MCP, con inspección de widgets y gestión de dispositivos.
- ▌ code-generation · chimeranextAutomates Flutter code generation with build_runner, freezed, json_serializable, injectable, and auto_route, including setup, configuration, and command execution.
- ▌ map-integration · chimeranextIntegrates Google Maps and Mapbox into Flutter apps with markers, polylines, clustering, location tracking, and routing.
- ▌ animation-motion · chimeranextImplement Flutter animations and motion design, from implicit and explicit animations to Hero transitions, Rive, and Lottie, with project structure and code examples.
- ▌ app-distribution · chimeranextConfigures Flutter app distribution across TestFlight, Google Play, and Firebase, including flavors, signing, and Fastlane automation.
- ▌ in-app-purchases · chimeranextImplements in-app purchases and subscriptions in Flutter using the in_app_purchase plugin and RevenueCat, covering consumables, non-consumables, restore purchases, and receipt validation.
- ▌ machine-learning · chimeranextIntegrates on-device and cloud machine learning into Flutter apps with TensorFlow Lite and Firebase ML Kit, covering image classification, object detection, OCR, face detection, and barcode scanning.
- ▌ platform-channels · chimeranextImplements bidirectional communication between Flutter and native iOS/Android code using MethodChannel, EventChannel, and FFI, covering battery, sensors, and native SDK integration.
- ▌ stitch-to-flutter · chimeranextTranslates Google Stitch HTML/Tailwind designs into production-ready Flutter/Dart code, mapping structure, styles, and components to Material 3 and Atomic Design.
- ▌ analytics-tracking · chimeranextImplements user analytics and event tracking in Flutter apps using Firebase Analytics, Mixpanel, and Amplitude, including event definitions, user properties, and e-commerce events.
- ▌ clean-architecture · chimeranextOrganizes Flutter code into domain, data, and presentation layers with unidirectional dependencies, using BLoC, use cases, and repository patterns for testable, maintainable enterprise applications.
- ▌ native-integration · chimeranextIntegrates Flutter apps with native iOS (Swift/UIKit) and Android (Kotlin/Android SDK) APIs, covering native UI components, camera access, file system, and app extensions.
- ▌ push-notifications · chimeranextImplements push notifications with Firebase Cloud Messaging and local notifications in Flutter, covering iOS APNS, Android, foreground/background handling, actions, and deep linking.
- ▌ integration-testing · chimeranextProvides a Flutter testing strategy covering unit, widget, integration, and BLoC tests with code examples, dependencies, and coverage commands.
- ▌ payment-integration · chimeranextIntegrates Stripe and PayPal payment processing into Flutter apps, covering one-time payments, subscriptions, and digital wallets.
- ▌ webview-integration · chimeranextIntegrates WebViews in Flutter apps using flutter_inappwebview, covering HTML content loading, JavaScript bridges for bidirectional communication, navigation handling, cookies, and storage.
- ▌ modular-architecture · chimeranextEstructura aplicaciones Flutter en módulos independientes y reutilizables con flutter_modular, incluyendo diseño de paquetes, dependencias y configuración de Melos.
- ▌ websocket-integration · chimeranextImplements real-time bidirectional communication in Flutter apps using WebSocket or Socket.io, with auto-reconnection, message queuing, and connection state management.
- ▌ hexagonal-architecture · chimeranextGuides structuring backend services with hexagonal architecture, separating domain, application, and infrastructure layers with ports and adapters.
- ▌ video-audio-processing · chimeranextAdds video playback, recording, audio capture, editing, and streaming to Flutter apps using popular packages.
- ▌ post-mortem · chimeranextGuides a blameless post-mortem process for incidents, covering templates, root-cause analysis, action items, and prevention.
- ▌ slo-sli-sla · chimeranext bundleDefines service level indicators, objectives, and agreements, calculates error budgets, and sets up Prometheus and Grafana monitoring for SLO compliance.
- ▌ service-mesh · chimeranext bundleImplements service mesh with Istio or Linkerd, covering traffic management, mTLS, circuit breakers, and observability for microservices on Kubernetes.
- ▌ chaos-engineering · chimeranext bundleInjects intentional failures to test system resilience using Litmus and Chaos Monkey, with a prerequisite to validate detection before running experiments.
- ▌ container-security · chimeranext bundleImplements container security with image scanning, runtime protection, image signing, and security policies using tools like Falco, Trivy, and Notary.
- ▌ observability-stack · chimeranext bundleImplements a complete observability stack with Prometheus metrics, Grafana dashboards, Jaeger distributed tracing, and structured logging, including heartbeat-based absence detection for scheduled jobs on Google Cloud.
- ▌ database-reliability · chimeranext bundleImplements database replication, failover, backups, connection pooling, and monitoring for production PostgreSQL, MySQL, and MongoDB systems.
- ▌ logging-log-aggregation · chimeranext bundleImplements structured logging and centralized log aggregation with Loki, Promtail, Elasticsearch, and Fluentd, including configuration, retention policies, and log analysis.
- ▌ cost-optimization-finops · chimeranext bundleImplements FinOps practices for cloud cost management, including cost tracking, budget alerts, resource optimization, and automated cost analysis for AWS.
- ▌ load-testing-performance · chimeranext bundleRuns load, stress, and performance tests using k6, JMeter, and profiling tools, with capacity planning and benchmarking for APIs and backend services.
- ▌ api-gateway-rate-limiting · chimeranext bundleImplements API gateways with Kong, Nginx, or Traefik, including rate limiting strategies, authentication, routing, and API management.
- ▌ network-policies-security · chimeranext bundleImplements Kubernetes network policies for micro-segmentation, covering ingress/egress rules, Calico and Cilium, with a Python CLI for managing and validating policies.
- ▌ alerting-incident-management · chimeranextDesigns effective alerting and incident management for production services, covering alert rules, on-call rotations, runbooks, and incident response workflows.
- ▌ security-compliance-automation · chimeranext bundleAutomates security and compliance checks using OPA policies, Trivy vulnerability scanning, AWS CIS benchmark verification, and Kubernetes remediation scripts.
- ▌ disaster-recovery-business-continuity · chimeranext bundlePlans and executes disaster recovery and business continuity for critical services, covering RPO/RTO definitions, backup strategies, failover procedures, and DR testing with executable scripts.