Flutter making a directory index [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 3 months ago . Improve this question Im facing challenge creating a directory with alphabet index. I have List<Map<String, dynamic>> of shops like below: var shops = [ {'name':'Thrifty','products':'cars', 'delivery':'no'}, {'name':'Pizza Express','products':'pizza', 'delivery':'yes'}, {'name':'Fastmart',