how to make drop down in flutter using split for removing comma on column value of sqflite database
问题 i want dropdown of stages in flutter which values come from sqflite database. the sample value in json is in below format and these values are store locally. there are two dropdown if i select 'teacher' pipeline then it's id 54 was passed to future builder of stages's dropdown and i want to select one stage. { "id": 54, "name": "teacher", "stages": "{\"advertise\":false,\"interview\":false}", "created_at": "2019-08-23 20:11:54", "updated_at": "2019-08-23 20:12:48", "deleted_at": null }, the