RadioAktywne / ra-app

Repository for mobile app project.
4 stars 1 forks source link

Data types validation for HTTP requests #44

Open Kszesiek opened 2 weeks ago

Kszesiek commented 2 weeks ago

Proper validation of data types for data fetched with HTTP requests. Popular JS library for this is Zod, which is also available for Flutter. Not sure if it's the best one for Flutter (probably should ask Janek about this), but it's surely a good starting point.

https://pub.dev/packages/zod_validation