mirror of
https://github.com/flutter/flutter.git
synced 2026-02-12 13:56:40 +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.