KO
|
EN
gitlite — search
Search
#python
#javascript
#typescript
#flutter
#react
#cpp
#dart
#library
#android
#docker
#ubuntu
#ios-swift
CleanNetwork
★ 48
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
arduplot
:
No description available.
YOCO-BERT
:
The official implementation of You Only Compress Once: Towards Effective and Elastic BERT Compression via Exploit-Explore Stochastic Nature Gradient.
the-wisdom-of-trade-stocks
:
No description available.
markdown-guide-arabic
:
دليل الماركداون هو دليل مرجعي مجاني ومفتوح المصدر يشرح كيفية استخدام Markdown
CodeTour
:
IntelliJ Plugin
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CleanNetwork
?
Download (.md)
# Flutter Clean Network Layer With Flutter's clean network layer, you can dynamically decode models, handle network errors, and create dynamic requests for each client.  ## Use Of **Network Executer** ```dart NetworkExecuter.execute<PostModel,List<PostModel>>(route: PlaceHolderClient.posts(), responseType: PostModel()); ``` **Network Errors** ```dart NetworkError.request({required DioError error}) NetworkError.type({String? error}) NetworkError.connectivity({String? message}) ``` ## Packages used ```yaml freezed json_annotation dio connectivity ``` ## Articles #### English : https://ercangp.medium.com/clean-network-layer-in-flutter-dio-freezed-json-annotation-f5f2c41ac240 #### Türkçe : https://ercangp.medium.com/flutterda-temiz-network-kullan%C4%B1m%C4%B1-dio-freezed-json-annotation-f61b9df2be08