knopp / flutter_reorderable_list

ReorderableList for Flutter
BSD 3-Clause "New" or "Revised" License
335 stars 98 forks source link

Wrongly marked incompatible with flutter-web? #20

Closed SimonLammer closed 4 years ago

SimonLammer commented 4 years ago

The analysis tab shows

Package not compatible with runtime flutter-web on web

Because:

  • package:flutter_reorderable_list/flutter_reorderable_list.dart that imports:
  • dart:io

yet the example seems to run fine on web.

Can someone confirm if this works with flutter-web?

knopp commented 4 years ago

I haven't tried it on web but as far as dart:io import is concerned I think that might be accidental.

SimonLammer commented 4 years ago

ah, ok