Creating an HTTP Client using Dart Bindings from OkHttp
Anikate De
A Flutter plugin that integrates the OkHttp package (https://square.github.io/okhttp/) using the Dart Bindings from the package:jnigen and implements...
Swift/ObjC compatibility tool
Mohammad3id
Dart can interact with Swift modules annotated with @objc annotation. If a user wants to interact with an unannotated Swift module (that they don’t...
Testing documentation comments
Takuma Ichikawa
This project aims to create the dartdoc_test package, which is designed to enhance the quality of Dart code samples. By analyzing and testing code...
FFIgenpad
TheComputerM
A web interface in which you paste a C header in a textbox on the left, and it outputs dart:ffi bindings generated by package:ffigen in a textbox on...