You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.