Flutter Guideline: Packages — Use pub.dev packages. Description: Community packages. Do: Popular maintained packages. Don't: Custom implementations. Good Example: cached_network_image. Bad Example: Custom image cache. Severity: Medium. Docs: https://pub.dev/.