mirror of
https://github.com/flutter/flutter.git
synced 2026-01-24 00:45:18 +08:00
The private _ libraries should not be advertised as importable. Moving them to the src directory. I noticed this while browsing our dart docs. This should remove the underscore entries.  Replaces https://github.com/flutter/flutter/pull/137197.