Ensar
Ensar
**Is your feature request related to a problem? Please describe.** I am trying to have the items in a GridView or Wrap, so I can display items as Chip. Single...
The items property is currently wrapped into List widget. It would be nice to have it also wrapped into GridView and/or Wrap widget. That will give us an option to...
Feature request: can we have the LocationResult instance return the timezone string as well? It currently returns: `LocationResult(this.location, this.distance, this.bearing, this.searchData);` It would be convenient to have the coordinates search...