17 comments found.
[flutter_map 2] flutter pub get—no-example Resolving dependencies… Downloading packages… _fe_analyzer_shared 76.0.0 (78.0.0 available) _flutterfire_internals 1.3.35 (1.3.48 available) analyzer 6.11.0 (7.1.0 available) args 2.0.0 (2.6.0 available) async 2.11.0 (2.12.0 available) boolean_selector 2.1.1 (2.1.2 available) camera 0.10.6 (0.11.0+2 available) characters 1.3.0 (1.4.0 available) charcode 1.2.0 (1.4.0 available) clock 1.1.1 (1.1.2 available) cloud_firestore 4.17.5 (5.6.0 available) cloud_firestore_platform_interface 6.2.5 (6.6.0 available) cloud_firestore_web 3.12.5 (4.4.0 available) collection 1.19.0 (1.19.1 available) connectivity 3.0.6 (discontinued) connectivity_for_web 0.4.0 (0.4.0+1 available) connectivity_macos 0.2.0 (0.2.1+2 available) convert 3.0.0 (3.1.2 available) coverage 1.8.0 (1.11.1 available) cross_file 0.3.1+1 (0.3.4+2 available) crypto 3.0.1 (3.0.6 available) cupertino_icons 1.0.2 (1.0.8 available) device_info_plus 4.1.3 (11.2.0 available) device_info_plus_linux 3.0.0 (5.0.0 available) device_info_plus_macos 3.0.0 (5.0.0 available) device_info_plus_platform_interface 3.0.0 (7.0.2 available) device_info_plus_web 3.0.0 (5.0.0 available) device_info_plus_windows 4.1.0 (6.0.0 available) fake_async 1.3.1 (1.3.2 available) file 6.1.0 (7.0.1 available) firebase_core 2.32.0 (3.9.0 available) geocoding 2.2.2 (3.0.0 available) geocoding_ios 2.3.0 (3.0.1 available) geolocator 8.2.1 (13.0.2 available) geolocator_android 3.2.1 (4.6.1 available) geolocator_web 2.2.1 (4.1.1 available) geolocator_windows 0.1.3 (0.2.3 available) glob 2.0.1 (2.1.2 available) http_multi_server 3.0.1 (3.2.2 available) http_parser 4.0.0 (4.1.1 available) image_picker 0.8.9 (1.1.2 available) image_picker_for_web 2.1.12 (3.0.6 available) io 1.0.0 (1.0.5 available) js 0.6.7 (0.7.1 available) leak_tracker 10.0.7 (10.0.8 available) leak_tracker_flutter_testing 3.0.8 (3.0.9 available) location 4.4.0 (7.0.1 available) location_platform_interface 2.3.0 (5.0.0 available) location_web 3.1.1 (5.0.4 available) logging 1.0.1 (1.3.0 available) matcher 0.12.16+1 (0.12.17 available) material_color_utilities 0.11.1 (0.12.0 available) meta 1.15.0 (1.16.0 available) mime 1.0.0 (2.0.0 available) package_config 2.0.0 (2.1.1 available) package_info 2.0.2 (discontinued) path 1.9.0 (1.9.1 available) pedantic 1.11.0 (1.11.1 available) platform 3.0.0 (3.1.6 available) pool 1.5.0 (1.5.1 available) process 4.2.1 (5.0.3 available) shelf 1.1.0 (1.4.2 available) shelf_packages_handler 3.0.0 (3.0.2 available) shelf_static 1.0.0 (1.1.3 available) shelf_web_socket 1.0.1 (2.0.1 available) source_map_stack_trace 2.1.0 (2.1.2 available) source_maps 0.10.10 (0.10.13 available) source_span 1.10.0 (1.10.1 available) stack_trace 1.12.0 (1.12.1 available) stream_channel 2.1.2 (2.1.3 available) stream_transform 2.0.0 (2.1.1 available) string_scanner 1.3.0 (1.4.1 available) term_glyph 1.2.1 (1.2.2 available) test 1.25.8 (1.25.14 available) test_api 0.7.3 (0.7.4 available) test_core 0.6.5 (0.6.8 available) typed_data 1.3.0 (1.4.0 available) vm_service 14.3.0 (15.0.0 available) web_socket_channel 2.0.0 (3.0.1 available) webkit_inspection_protocol 1.0.0 (1.2.1 available) win32 3.1.4 (5.9.0 available) xdg_directories 0.2.0 (1.1.0 available) yaml 3.1.0 (3.1.3 available) Got dependencies! 2 packages are discontinued. 81 packages have newer versions incompatible with dependency constraints. Try `flutter pub outdated` for more information. exit code 0
Current pubspec.yaml: name: flutter_map description: A new Flutter project.
- The following line prevents the package from being accidentally published to
- pub.dev using `pub publish`. This is preferred for private packages. publish_to: ‘none’ # Remove this line if you wish to publish to pub.dev
- The following defines the version and build number for your application.
- A version number is three numbers separated by dots, like 1.2.43
- followed by an optional build number separated by a +.
- Both the version and the builder number may be overridden in flutter
- build by specifying—build-name and—build-number, respectively.
- In Android, build-name is used as versionName while build-number used as versionCode.
- Read more about Android versioning at https://developer.android.com/studio/publish/versioning
- In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
- Read more about iOS versioning at
- https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html version: 1.0.0+1
environment: sdk: ’>=3.6.0’
dependencies: flutter: sdk: flutter cloud_firestore: ^4.10.0 firebase_core: ^2.19.0 geocoding: ^2.0.1 geolocator: ^8.2.0 google_maps_flutter: ^2.2.4 location: ^4.4.0 flutter_polyline_points: ^2.0.2 get: ^4.6.6 font_awesome_flutter: ^10.3.0 either_option: ^2.0.0 flutter_easyloading: ^3.0.5 connectivity: ^3.0.6 dio: ^5.1.2 shared_preferences: ^2.1.1 device_info_plus: ^4.1.0 package_info: ^2.0.1 # Corrected version image_picker: ^0.8.6 path_provider: ^2.0.13 camera: ^0.10.0 # Removed date_format for compatibility #flutter_map: ^4.0.0 # Replace with the version you’re using
- The following adds the Cupertino Icons font to your application.
- Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2
dev_dependencies: flutter_test: sdk: flutter
- For information on the generic Dart part of this file, see the
- following page: https://dart.dev/tools/pub/pubspec
- The following section is specific to Flutter. flutter: uses-material-design: true assets: – assets/images/ # fonts: # – family: Schyler # fonts: # – asset: fonts/Schyler-Regular.ttf # – asset: fonts/Schyler-Italic.ttf # style: italic # – family: Trajan Pro # fonts: # – asset: fonts/TrajanPro.ttf # – asset: fonts/TrajanPro_Bold.ttf # weight: 700
Sorry, you had to face the problem. SInce I lost the map key, I was unable to run and upgrade the app to the latest version of flutter. This app version is only supported up to flutter 2.x.
You can take this app as reference to get the logics and code snippets to achieve the same result in the latest version of Flutter
can i get the demo? your file in gdrive has been remove
The Google map key is expired so the demo apk didn’t work. The app works exactly like in the video demo.
Can I track if customer want to find my shop, and actually visit the shop? Any kind of conversions?
Yes, with some tweaks you can track when the customer actually visits the store.
Is it possible to save tracked destination with location name for future travel or visit?
you mean like saving the destination with the distance? Yeah we can
I will buy if you create a video tutorials showing flutter live tracking in action because l dont understand it functions. Show a video on how to use it to track a delivery driver and also how to use it to track a lost mobile phone. Am interested
Thank you for the comment
I will soon add the video showing the user tracking.
Hi bro have you created a video that shows user tracking? you promised to do so, am just checking
sorry got busy .. also seems like the api key i had is expired now.
It would be nice, if u add dashboard for Admin to view users tracking. Is that possible?
I just bought this flutter code, but I cant see documentation, how to setup firebase+gmaps ?
Admin dashboard is possible sir.
You can find the documentation folder inside the project folder
hi, can i know what state management are you using?
I used getx as state management
halo can we use this for phone tracker?
Yes we can. There is a function to track the location min background. So yeah it can be used for that purpose too
may i got your skype id Sir?
sure. Its sujandboy
Can you please provide a test app of your product ?
Sure, I will soon add the test app
Sorry but seems like the api key i was using has expired
Presale question dose this map move like real google map to guide drive ? Seem it is static only map only maker move dose this use campus?
It does not provide the guidance as the inbuilt Google map does. But yes it does move with the user making the user marker at the center of the screen.
As I was running it in emulator, could not show it functioning.
does this work with android 10??
Yes sir. It supports from android 8
Congratulations , Nice product, good work. Keep growing.
Good Luck With Sale 
Thank you
Nice product, good work. Keep growing.
Thank you
Great Work, Congratulations GLWS 
Thank you
Good luck with your sales
Thank you
Congratulations! Nice Work, GLWS 
Thank you
Great work, Good luck with your sales 
Thank you