Libraries #
- Dart ORM
- A guide to ORMs in Dart — a comparison of available ORM libraries, Drift for SQLite with type-safe queries, Stormberry for PostgreSQL with code generation, the no-ORM repository pattern, and when an ORM is the right choice.
- Web Driver
- A complete guide to WebDriver in Dart — the webdriver package, running ChromeDriver/GeckoDriver, navigation, finding elements, interaction, screenshots, waiting for dynamic conditions, end-to-end testing, web scraping, and automation anti-patterns.