Guide
This section helps you get started quickly with integrating packages from dart_packages.
Recommended steps
Start here:
- Pick the package that matches your networking stack (
dio,http,web_socket,socket_io,firebase_database). - Add the package to your app and route traffic through the local proxy.
- Run
network_debuggerand verify that sessions appear in the UI. - Head over to
API Referencefor detailed class and method docs.
Integration guides
- Firebase Realtime Database —
firebase_database_debugger
What's in the API Reference
- Public libraries and types for every package.
- Method and parameter documentation.
- Cross-references between entities across the generated docs.