|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
import package;import easy_localization.dart;import material.dart;import flutter_screenutil.dart;import fluentui_system_icons.dart;import google_maps_flutter.dart;import geocoding.dart;import dart;import core;import ui;import theme;import color_palette.dart;import models;import search_result.dart;
Go to the source code of this file.
Classes | |
| class | StatefulWidget |
Functions | |
| void | _onSearchChanged (String query) |
| Future< void > | _performGeocodingSearch (String query) async |
| String | _buildAddressString (Placemark placemark) |
| void | _onResultSelected (SearchResult result) |
| void | _clearSearch () |
| void | _closeSearch () |
| override Widget | build (BuildContext context) |
| Widget | _buildSearchContent () |
| override void | dispose () |
Variables | |
| class LocationSearchBar extends StatefulWidget | _isSearching = false |
| List< SearchResult > | _searchResults = [] |
| final FocusNode | _focusNode = FocusNode() |
| Timer | _debounceTimer |
| bool | _isSearchError = false |
| String _buildAddressString | ( | Placemark | placemark | ) |
Definition at line 127 of file location_search_bar.dart.

| Widget _buildSearchContent | ( | ) |
Definition at line 250 of file location_search_bar.dart.


| void _clearSearch | ( | ) |
Definition at line 156 of file location_search_bar.dart.

| void _closeSearch | ( | ) |
Definition at line 165 of file location_search_bar.dart.


| void _onResultSelected | ( | SearchResult | result | ) |
Definition at line 146 of file location_search_bar.dart.
Definition at line 38 of file location_search_bar.dart.


Definition at line 57 of file location_search_bar.dart.


| override Widget build | ( | BuildContext | context | ) |
| override void dispose | ( | ) |
Definition at line 344 of file location_search_bar.dart.
| Timer _debounceTimer |
Definition at line 34 of file location_search_bar.dart.
| final FocusNode _focusNode = FocusNode() |
Definition at line 33 of file location_search_bar.dart.
| bool _isSearchError = false |
Definition at line 36 of file location_search_bar.dart.
| class LocationSearchBar extends StatefulWidget _isSearching = false |
| List<SearchResult> _searchResults = [] |
Definition at line 32 of file location_search_bar.dart.