Skip to content

Latest commit

Β 

History

History
11 lines (6 loc) Β· 767 Bytes

README.md

File metadata and controls

11 lines (6 loc) Β· 767 Bytes

Hocus pocus: painless headers customization of REST API requests in Flutter

How to provide different headers to individual, selected, most, or all REST API requests without explicitly passing them as parameters when using retrofit code generating package or alike. The solution is based on Dart annotations and Dio interceptors...

...Continue reading on Medium

Originally published on August 2022 under "Flutter community" Medium publication.