hcbpassos / drag_select_grid_view

A grid that supports both dragging and tapping to select its items.
BSD 2-Clause "Simplified" License
133 stars 34 forks source link

Migrate to null safety #19

Closed cbenhagen closed 3 years ago

cbenhagen commented 3 years ago

It would be awesome if this package could be migrated to null safety.

cbenhagen commented 3 years ago

I added a PR: #20.

Anyone who wants to use it today can add the following to their pubspec.yaml:

dependency_overrides:
  drag_select_grid_view:
    git:
      url: git@github.com:cbenhagen/drag_select_grid_view
      ref: null-safety