CODE.MARKET
Search main icon svg
Enter ↵

E Commerce Flutter UI Kit Flutter Mobile

Author userpic
by Nauy_yuan
E Commerce Flutter UI Kit Flutter Ecommerce Mobile App template

Description

<!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>

“E Commerce Flutter UI Kit”

“E Commerce Flutter UI Kit”

Created: 22/09/2020
By: Aldy Yuan
Email: [email protected]

<!- end div .span-6 ->

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!

<!- end div .borderTop ->

Table of Contents

  1. Installation Guide
  2. Google Maps Integration
  3. Run the Project

A) Installation Guide – top

  1. Make sure you already installed Flutter in your machine. If you not installed it yet please follow this link
  2. Make sure your flutter channel is in Beta, run in terminal flutter channel beta, then flutter upgrade to make sure it is on latest
  3. run flutter pub get in terminal to get all the neccesary packages

Google Maps Integration – top

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

  1. To get Google Maps API Key follow these guide provided by Google for android and ios
  2. Next step is to Add your API Key into Flutter Project
        /* === 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>

E) Sources and Credits – top

I’ve used illustration images from

  • Undraw

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

<!- end div .container ->

Product tags

    • 6 month free support included from author
    • Free lifetime product updates guarantee
    • 360 degrees quality control
    Secure payment & money back guarantee

    Related products

    Become a code.market Flutter marketplace Creator
    Start earning with your Flutter coding skills today
    Get Started