dart-archive / isolate

Makes working with Dart isolates easier.
https://pub.dev/packages/isolate
BSD 3-Clause "New" or "Revised" License
90 stars 34 forks source link

Remove extra top-level libraries #58

Open natebosch opened 3 years ago

natebosch commented 3 years ago

The modern pattern for most packages is to use a single top-level import library and put the implementation libraries in lib/src. We don't typically ship fine-grained libraries unless there is a specific use case like supporting platform specific imports.

lrhn commented 3 years ago

Would be reasonable if we ever make a 3.0 release. We likely won't.