Implementing Flutter Networking
2,733Use the `http` package to execute GET, POST, PUT, or DELETE requests. Use when you need to fetch from or send data to a REST API.
expo-deployment
2,551Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes
Writing Expo Modules
2,039Guide for creating and writing Expo native modules and views using the Expo Modules API (Swift, Kotlin, TypeScript). Covers module definitio
flutter-handling-http-and-json
1,724Executes HTTP requests and handles JSON serialization in a Flutter app. Use when integrating with REST APIs or parsing structured data from
Integrating Platform-Specific Code in Flutter
1,700Interoperates with native platform APIs on Android, iOS, and the web. Use when accessing device-specific features not available in Dart or c
swift-concurrency-pro
463Reviews Swift code for concurrency correctness, modern API usage, and common async/await pitfalls. Use when reading, writing, or reviewing S
swift-testing-pro
391Writes, reviews, and improves Swift Testing code using modern APIs and best practices. Use when reading, writing, or reviewing projects that
swiftdata-pro
349Writes, reviews, and improves SwiftData code using modern APIs and best practices. Use when reading, writing, or reviewing projects that use