Tag

API client

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 12, 2024 · Mobile Development

Encapsulating Network Requests in Flutter with Dio and Riverpod

This article demonstrates how to encapsulate Flutter network requests using Dio, create a reusable ApiClient with singleton pattern, integrate Riverpod for automatic UI updates, handle errors with custom exceptions, and organize code with repositories and providers for clean architecture.

API clientDioFlutter
0 likes · 33 min read
Encapsulating Network Requests in Flutter with Dio and Riverpod
macrozheng
macrozheng
Jul 12, 2023 · Backend Development

Master Insomnia: A Lightweight Open‑Source API Client for Backend Developers

This guide introduces Insomnia, an open‑source cross‑platform API client, walks through its installation, demonstrates how to import and test SpringBoot‑based mall project APIs, and highlights useful settings, offering a concise alternative to heavier tools like Postman.

API clientBackend DevelopmentInsomnia
0 likes · 5 min read
Master Insomnia: A Lightweight Open‑Source API Client for Backend Developers