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
Currently, the import mechanism allows one importing from the packages that were downloaded through pub get and dart packages (like dart:collection, dart:async etc.).
If we have #3, it would be interesting to allow pint° code to import other pint° code. If not, we won't ever be able to have 100% pint° programs, as we will have to compile them to Dart before.
The text was updated successfully, but these errors were encountered:
Currently, the import mechanism allows one importing from the packages that were downloaded through
pub get
anddart
packages (likedart:collection
,dart:async
etc.).If we have #3, it would be interesting to allow pint° code to import other pint° code. If not, we won't ever be able to have 100% pint° programs, as we will have to compile them to Dart before.
The text was updated successfully, but these errors were encountered: