Flutter App Setup Handbook: A Step-by-Step Installation Guide - WorkDo.io

Flutter App Setup Handbook: A Step-by-Step Installation Guide

Flutter Installation Guide:-

Step1:

Download flutter sdk flutter website -: https://docs.flutter.dev/get-started/install/windows

Step 2:

Unzip the downloaded folder and copy the folder path to the bin folder.

Step 3:

Open the Start menu, search for “Environment Variables,” and select “Edit” the system environment variables.

Step 4:

In the “System variables” section, scroll down and select the “Path” variable, then click “Edit”, Click “New” and add

Step 5:

The path to the bin directory inside the Flutter directory (e.g. C:\flutter\bin).

Step 6:

Open a new command prompt or terminal window.

  • Run the command flutter –version to check if Flutter is installed properly.
  • Run the command flutter doctor to check for any dependencies you may still need to install. Follow the instructions provided by the flutter doctor command to resolve any issues.

Step 7:

  • You can use any text editor for Flutter development, but using an integrated development environment (IDE) like Visual Studio Code (VS Code) or Android Studio is recommended.
  • Download and install Visual Studio Code or Android Studio.

Note:- if you are using an Android studio you can easily create a build APK there are many features and it is recommended by the Flutter team.

Change the App icon in Android & iOS

The app launch icon is the icon that appears on our device’s home screen when we launch our app. It is a great way to brand and make our app stand out.

Implementation

We can follow the instructions given below to change the application launch icon.

Prepare the custom app icons

To generate different-sized icons for both Android and iOS simultaneously, we can follow these steps.

  1. Visit the website App Icon.
  2. Upload our icon image by clicking the “Upload your app icon” button.
  3. Tick the iPhone and Android options checkboxes to generate icons for both platforms.
  4. Click on the Generate button, and this website will automatically create different-sized icons for Android and iOS.
  5. It will generate a zip folder named AppIcons with Android, Assets. xcassets named folders, app store, and Play Store icons.

Adding icons in Android

To update the app icon on the Android platform of our Flutter project, we can follow these steps.

  1. We can open our Flutter project in our preferred code editor or IDE.
  2. Locate the android/app/src/main/res directory within our project.
  3. Inside the res directory, we will find multiple mipmap-* folders.
  4. Replace these mipmap-* folders with the corresponding mipmap-* folders from the downloaded AppIcons zip file.
  5. Once we have replaced the folders, the new app icon resources will be in place for the Android platform.

Adding icons in iOS

To update the app icon in the iOS platform of our Flutter project, follow these steps.

  1. Navigate to the ios/Runner/ directory in our Flutter project.
  2. Locate the Assets. xcassets folder within the Runner directory.
  3. Delete the existing Assets. xcassets folder.
  4. Now, open the folder where we have downloaded the new app icon assets (let’s assume it’s named AppIcon).
  5. Copy the Assets. xcassets folder from the AppIcon folder.
  6. Paste the copied Assets. xcassets folder into the ios/Runner/ directory of our Flutter project.

Change the App name in Android & iOS

Implementation

We can follow the instructions given below to change the application name.

Change the app name in the Android

To update the app name on the Android platform of our Flutter project, we can follow these steps.

  1. We can open our Flutter project in our preferred code editor or IDE.
  2. Locate the android/app/src/main/AndroidManifest.xml directory within our project.
  3. Inside the AndroidManifest.xml file, we will find the android: label and replace its value with the new app name.
  4. Run the flutter clean command in the terminal.
  5. Run flutter pub get command in the terminal.
  6. Completely stop and run your app.

Change the app name in iOS

To update the app icon in the iOS platform of our Flutter project, follow these steps.

  1. Navigate to iOS>Runner and open the info.plist file.
  2. Find the key named CFBundleName and replace the string value (below it) to reflect the new app name.
  3. Run the flutter clean command in the terminal.
  4. Run flutter pub get command in the terminal.
  5. Completely stop and run your app.

Change App package name in Android & iOS

Implementation

We can follow the instructions given below to change the application name.

Change app name in Android

To update the app name on the Android platform of our Flutter project, we can follow these steps.

  1. We can open our Flutter project in our preferred code editor or IDE.
  2. Locate the android/app/build.gradle directory within our project.
  3. Inside the build.gradle file, we will find applicationId and copy its value.
  4. Go to menu bar, select edit option, and go to Find>Replace in file, in this pop-up, first field paste value and second field add new package name.
  5. Then click the Replace All button.
  6. Run flutter clean command in the terminal.
  7. Run flutter pub get command in the terminal.
  8. Completely stop and run your app.

Change app name in iOS

To update the app icon in the iOS platform of our Flutter project, follow these steps.

  1. Navigate to ios folder and open in finder.
  2. In ios folder, open Runner.xcworkspace in Xcode.
  3. Go to Runner/Signing & Capability, and we will find Bundle Identifier and replace its value with the new package name.
  4. Run flutter clean command in the terminal.
  5. Run flutter pub get command in the terminal.
  6. Completely stop and run your app.

Change BaseUrl in Project

  • We can open our Flutter project in our preferred code editor or IDE.
  • Locate the lib/utils/base_api/ file within our project.
  • Replace your web url with the baseUrl variable value.
  • If you have purchased the EcommerceGo Saas product, you can skip the video and follow the screenshots below for base URL replacement.

eCommerceGo SaaS admin product base url reference

Ecommrcego-Saas-Ref

eCommerceGo SaaS addon product base url reference

Ecommercego_Addon_Siteurl

Need more help ?

If you’re still uncertain or need professional guidance, don’t hesitate to contact us. You can contact us via email or submit a ticket with a description of your issue. Our team of experts is always available to help you with any questions. Rest assured that we’ll respond to your inquiry promptly.

Love what you see?

Do you like the quality of our products, themes, and applications, or perhaps the design of our website caught your eye? You can have similarly outstanding designs for your website or apps. Contact us, and we’ll bring your ideas to life.

×
shopify

Please enter store password 1 to View Live Demo

View Demo