angulardart-community / angular_components

High-quality Material Design components for AngularDart.
https://gallery.angulardart.xyz
22 stars 14 forks source link

Migrated to ngdart #75

Closed dukefirehawk closed 2 years ago

dukefirehawk commented 2 years ago
  1. Migrated the codebase to use ngdart
  2. Required Dart SDK <= 2.17.0
  3. Fixed null safety issues flagged by SDK 2.17 & 2.18
  4. Replaced deprecated ClassElement with InterfaceElement
  5. The angular_examples_component can successfully build and run with SDK 2.17 & 2.18