final placesListProvider = StateProvider.autoDispose<List<Place>>((ref) { ref.maintainState = true; return []; });