mirror of
https://github.com/flutter/flutter.git
synced 2026-02-11 13:22:46 +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.