lynk_io 0.0.1 copy "lynk_io: ^0.0.1" to clipboard
lynk_io: ^0.0.1 copied to clipboard

A lightweight, modular, and generic Flutter networking library that acts as a unified communication layer between your app and remote APIs. Built on top of Dio and inspired by clean architecture princ [...]

lynk_io #

A scalable and reusable API communication layer built with Dio for Flutter apps.

Features #

  • Simple GET/POST API abstraction
  • Error & timeout handling
  • Logger integration
  • Modular and Clean Architecture compliant

Usage #

final api = locator<ApiClient>();
final result = await api.get<User>(
  endpoint: '/users/1',
  fromJson: User.fromJson,
);
6
likes
0
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight, modular, and generic Flutter networking library that acts as a unified communication layer between your app and remote APIs. Built on top of Dio and inspired by clean architecture principles, lynk_io helps you abstract boilerplate, enforce response types, and centralize network error handling — all with minimal setup.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_plus, dio, flutter, get_it, logger, meta

More

Packages that depend on lynk_io