Habilidades da Comunidade
Programação e Desenvolvimento
14587 skills
flutter/flutter-http-and-json
Make HTTP requests and encode / decode JSON in a Flutter app
github.com
flutter/flutter-accessibility
Configure your Flutter app to support assistive technologies like Screen Readers
github.com
flutter/flutter-localization
Configure your Flutter app to support different languages and regions
github.com
flutter/flutter-concurrency
Execute long-running tasks in a background thread in Flutter
github.com
flutter/flutter-app-size
Measure and reduce the size of the Flutter app bundle, APK, or IPA
github.com
flutter/flutter-testing
Add Flutter unit tests, widget tests, or integration tests
github.com
flutter/flutter-caching
Cache data in a Flutter app
github.com
flutter/flutter-architecture
Use the Flutter team's recommended app architecture
github.com
flutter/flutter-state-management
Manage state in your Flutter application
github.com
flutter/flutter-routing-and-navigation
Move between or deep link to different screens or routes within a Flutter application
github.com
flutter/flutter-performance
Optimize the performance of your Flutter app
github.com
flutter/flutter-layout
How to build your app's layout using Flutter's layout widgets and constraint system
github.com
flutter/flutter-accessibility-audit
Triggers an accessibility scan through the widget_inspector and automatically adds Semantics…
github.com
flutter/flutter-setting-up-on-linux
Sets up a Linux environment for Flutter development. Use when configuring a Linux machine to run,…
github.com
flutter/flutter-setting-up-on-windows
Sets up a Windows environment for Flutter development. Use when configuring a Windows machine to…
github.com
flutter/flutter-setting-up-on-macos
Sets up a macOS environment for Flutter development. Use when configuring a macOS machine to run,…
github.com
flutter/flutter-embedding-native-views
Embeds native Android, iOS, or macOS views into a Flutter app. Use when integrating complex native…
github.com
flutter/flutter-building-plugins
Builds Flutter plugins that provide native interop for other apps to use. Use when creating…
github.com
flutter/flutter-adding-home-screen-widgets
Adds home screen widgets to a Flutter app for Android and iOS. Use when providing glanceable app…
github.com
flutter/flutter-interoperating-with-native-apis
Interoperates with native platform APIs on Android, iOS, and the web. Use when accessing…
github.com
flutter/flutter-improving-accessibility
Configures a Flutter app to support assistive technologies like Screen Readers. Use when ensuring…
github.com
flutter/flutter-working-with-databases
Manages local data persistence using SQLite or other database solutions. Use when a Flutter app…
github.com
flutter/flutter-localizing-apps
Configures a Flutter app to support multiple languages and regions. Use when preparing an…
github.com
flutter/flutter-handling-http-and-json
Executes HTTP requests and handles JSON serialization in a Flutter app. Use when integrating with…
github.com
flutter/flutter-building-forms
Builds Flutter forms with validation and user input handling. Use when creating login screens, data…
github.com
flutter/flutter-reducing-app-size
Measures and optimizes the size of Flutter application bundles for deployment. Use when minimizing…
github.com
flutter/flutter-caching-data
Implements caching strategies for Flutter apps to improve performance and offline support. Use when…
github.com
flutter/flutter-testing-apps
Implements unit, widget, and integration tests for a Flutter app. Use when ensuring code quality…
github.com
flutter/flutter-implementing-navigation-and-routing
Handles routing, navigation, and deep linking in a Flutter application. Use when moving between…
github.com
flutter/flutter-use-http-package
Use the `http` package to execute GET, POST, PUT, or DELETE requests. Use when you need to fetch…
github.com
flutter/flutter-setup-localization
Add `flutter_localizations` and `intl` dependencies, enable "generate true" in `pubspec.yaml`, and…
github.com
flutter/flutter-implement-json-serialization
Create model classes with `fromJson` and `toJson` methods using `dart:convert`. Use when manually…
github.com
flutter/flutter-setup-declarative-routing
Configure `MaterialApp.router` using a package like `go_router` for advanced URL-based navigation.…
github.com
rullerzhou-afk/clawd-on-desk
A pixel desktop pet that watches Claude Code, Codex, Cursor & other AI coding agents — so you don't…
github.com
hyf0/vue-jsx-best-practices
JSX syntax in Vue (e.g., class vs className, JSX plugin config).
github.com
hyf0/vue-options-api-best-practices
Vue 3 Options API style (data(), methods, this context). Each reference shows Options API solution…
github.com
hyf0/vue-testing-best-practices
Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing…
github.com
hyf0/create-adaptable-composable
Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef /…
github.com
hyf0/vue-router-best-practices
Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
github.com
hyf0/vue-pinia-best-practices
Pinia stores, state management patterns, store setup, and reactivity with stores.
github.com
hyf0/vue-debug-guides
Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration…
github.com
hyf0/vue-best-practices
MUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and…
github.com
samber/golang-google-wire
Compile-time dependency injection in Golang using google/wire — wire.NewSet, wire.Build, wire.Bind…
github.com
samber/golang-spf13-viper
Golang configuration library using spf13/viper — layered precedence (flag > env > file > KV >…
github.com
samber/golang-spf13-cobra
Golang CLI command tree library using spf13/cobra — cobra.Command, RunE vs Run, PersistentPreRunE…
github.com
samber/golang-uber-dig
Implements dependency injection in Golang using uber-go/dig — reflection-based container,…
github.com
samber/golang-swagger
Golang OpenAPI/Swagger documentation with swaggo/swag — annotation comments (@Summary, @Param,…
github.com
samber/golang-uber-fx
Golang application framework using uber-go/fx — fx.New, fx.Provide, fx.Invoke, fx.Module,…
github.com
samber/golang-samber-hot
In-memory caching in Golang using samber/hot — eviction algorithms (LRU, LFU, TinyLFU, W-TinyLFU,…
github.com
samber/golang-samber-ro
Reactive streams and event-driven programming in Golang using samber/ro — ReactiveX implementation…
github.com
samber/golang-samber-slog
Structured logging extensions for Golang using samber/slog-**** packages — multi-handler pipelines…
github.com
samber/golang-samber-oops
Structured error handling in Golang with samber/oops — error builders, stack traces, error codes,…
github.com
samber/golang-samber-do
Dependency injection in Golang using samber/do — service containers, lifecycle management, scopes,…
github.com
samber/golang-samber-lo
Functional programming helpers for Golang using samber/lo — 500+ type-safe generic functions for…
github.com
samber/golang-stay-updated
Provides resources to stay updated with Golang news, communities and people to follow. Use when…
github.com
samber/golang-stretchr-testify
Comprehensive guide to stretchr/testify for Golang testing. Covers assert, require, mock, and suite…
github.com
samber/golang-grpc
Provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang…
github.com
samber/golang-cli
Golang CLI application development. Use when building, modifying, or reviewing a Go CLI tool —…
github.com
samber/golang-lint
Linting best practices and golangci-lint configuration for Golang projects — running linters,…
github.com
samber/golang-observability
Golang everyday observability — the always-on signals in production. Covers structured logging with…
github.com