<!DOCTYPE HTML PUBLIC ”-//W3C//DTD HTML 4.01//EN” “https://www.w3.org/TR/html4/strict.dtd”>
<head lang=”en”> <meta http-equiv=”content-type” content=”text/html;charset=utf-8”> <title>Template Documentation Template</title> <style type=”text/css” media=”screen”> p, table, hr, .box { margin-bottom: 25px; }
.box p {
margin-bottom: 10px;
}
/* -------------------------------------------
Blueprint CSS Framework 0.9
* Copyright© 2007-Present. See LICENSE for more info.
* See README for instructions on how to use Blueprint.
* For credits and origins, see AUTHORS.
* This is a compressed file. See the sources in the ‘src’ directory.
—-—-—-—-—-—-—-—-—-—-—-—-—-——*/
</head>
Created: 22/09/2020
By: Aldy Yuan
Email: yuanaldy@gmail.com
Thank you for purchasing my code. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
<!I’m using Google Maps Provided by Google so make sure you have the Google Maps Api Key from Google Developer Console. Follow these step to set Google Maps
/* === Add API Key in android/app/src/AndroidManifest.xml === */ TODO: Add your API key here meta-data android:name="com.google.android.geo.API_KEY" android:value="API KEY" /* === Add API Key in ios/Runner/AppDelegate.swift === */ // TODO: Add your API key GMSServices.provideAPIKey("your api key") /* === lib/widget/search_location === */ if (Platform.isAndroid) { googleApiKey = "your api key"; } else if (Platform.isIOS) { googleApiKey = "your api key"; } <hr /> <h3 id="javascript"><strong>C) Run Project</strong> - <a href="#toc">top</a></h3> <ol> <li>Open the Flutter Project with your favorite text editor</li> <li>Run Flutter pub get in terminal</li> <li>To run the apps Flutter run --release or Flutter run</li> <li>To build the app you can follow this <a href="https://flutter.dev/docs/deployment/android">link</a></li> </ol>
I’ve used illustration images from
Once again, thank you so much for purchasing this code. As I said at the beginning, I’d be glad to help you if you have any questions relating to this code. No guarantees, but I’ll do my best to assist. If you have a more general question relating to the code on Codecanyon, you might consider visiting the forums and asking your question in the “Item Discussion” section.
Aldy Yuan
Go To Table of Contents
<!