knopp / flutter_reorderable_list

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

[Feature]Flutter for Web #19

Closed shinriyo closed 4 years ago

shinriyo commented 4 years ago

Do you support future?

stack_trace_mapper.js:265 Uncaught Bad state: Source maps are not done loading.
    at Object.a (http://localhost:3333/stack_trace_mapper.js:265:3)
    at cA.kg (http://localhost:3333/stack_trace_mapper.js:2723:23)
    at Object.iN (http://localhost:3333/stack_trace_mapper.js:220:69)
    at jA (http://localhost:3333/stack_trace_mapper.js:2442:10)
    at http://localhost:3333/stack_trace_mapper.js:2436:42
    at dart._StackTrace.new.toString (http://localhost:3333/dart_sdk.js:7060:19)
    at Object._toString [as toString] (http://localhost:3333/dart_sdk.js:4887:26)
knopp commented 4 years ago

How is this related to flutter_reoderable_list?

shinriyo commented 4 years ago

@knopp Hi. I used flutter_reoderable_list in the Flutter for Web. I used the code of https://github.com/knopp/flutter_reorderable_list/blob/master/example/lib/main.dart sample.

knopp commented 4 years ago

I don't doubt that but there is aboslutely nothing in that stack trace that is related to flutter_reoderable_list.

shinriyo commented 4 years ago
Screen Shot 2020-06-19 at 12 23 21

@knopp I'm sorry. As you have said, that isn't related to flutter_reoderable_list. I used purely your sample. it worked on Flutter for Web. The bug was linked with my code.