knopp / flutter_reorderable_list

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

Update android example #27

Closed ferraridamiano closed 3 years ago

ferraridamiano commented 3 years ago

If you try to build the example with latest versions of flutter it will give you lots of error. This is because of the old gradle version, missing AndroidX support and the older android embedder. So in this PR I have fixed all of this things plus i set sdk target to 29. Thanks for your great work! I will contribute again!