Nicholas Shahan
Nicholas Shahan
These were recently updated to appear as code instead of the square brackets. I'll leave this as a possible improvement in the future for full dartdoc linking support.
I've never run `dart test` or `pub` in this environment but I did just recently see some work being done to make that possible https://dart-review.googlesource.com/c/sdk/+/218180. Are those the requirements for...
With some additional changes to make sure all transitive dependencies are being discovered with local path overrides I can now run the tests in my package with `dart test` but...
Another other idea @kevmoo and I were kicking around is to add an environment variable check in the dart cli to skip the pub get and just use the .package_config...
I'm curious how the progress is going for a Dart 2 release. I see there is a branch were it looks like work is being done and tests are running....
[material-select-searchbox](https://github.com/dart-lang/angular_components/blob/master/lib/src/components/material_select/material_select_searchbox.dart) might be what you are looking for the auto complete/typeahead feature. It is present in the 0.6.0 release.
`material-dropdown-select` has an ng-content for header and footer. https://github.com/dart-lang/angular_components/blob/master/lib/src/components/material_select/material_dropdown_select.html#L37 A typical pattern is to have the outer class provide a select all button which updates the selection model.
Setting as P3 because [workaround](https://github.com/dart-lang/build/pull/3348) was landed to avoid the issue entirely. It still would be nice to fix to avoid any possible new issues in the future though.
Is it ever possible that this is a pattern that you want and it works the way you would expect?
@mit-mit Are you expecting there will be tracking issues for the removal of [CyclicInitializationError](https://api.dart.dev/dev/2.19.0-430.0.dev/dart-core/CyclicInitializationError-class.html) and [NullThrownError](https://api.dart.dev/dev/2.19.0-430.0.dev/dart-core/NullThrownError-class.html). Is there already discussion happening somewhere?