xinthink / flt_worker

Schedule & run Dart code in the background on both Android & iOS
MIT License
28 stars 8 forks source link

use string instead of index for serializing constraint enum #5

Open joharei opened 3 years ago

joharei commented 3 years ago

This fixes a bug where the wrong NetworkType was used. This is because the NetworkType enum apparently has a different order in code than in the docs.