1 - MA Activity 2

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

Activity 2 – Integrative Programming

IDEs, Framework and Extensions for


Mobile App with ML

Complete flutter setup part-1

1. Go to https://flutter.dev/ and install flutter SDK. You can install it


based on your OS.

SDK for respective OS

2. Once you are done, unzip flutter SDK. Make sure that you install
SDK in drive OTHER THAN C.

In case you don’t find the option, install WinRAR or 7-Zip or Pea Zip.
Then specify the path where you want to save flutter SDK and click OK.
(Make sure that you don’t install it in C drive.)

3. Copy the path of your flutter SDK folder.


4. Go to advanced system settings in properties of your Personal
computer and add the path of your SDK in environment variables.

5. Right click This PC and go to environment settings

Environment variables
Visual Studio code users

Now for the users who want to use Visual studio code as a medium for
app development, go to visual studio code and install flutter and dart
extensions.

Flutter extension for vs code

Dart extension

Once You are done with above things, you can start your flutter project.

Emulator for VS code users

Emulator is necessary to test out application.

But using vs code alone we can’t fix our emulator.

We need to either fix our emulator using Android Studio or Vysor. You
may even find other ways in fixing emulator.
Now, let us see the second one.

Emulator using Vysor?

Go to https://www.vysor.io/ and then install Vysor for your OS and


run it.

Download Vysor

Now, connect the phone you want to use as emulator to your P.C using
USB connector.

Go to settings in your phone and enable developer mode.

Enabling developer mode

Go to “About phone” in your setting.

Search for Build number in your phone settings.

Tap it for several times (approx. 7–8 times)


Then your developer mode will be enabled.

Now search for developer options and enable USB debugging.

enabling developer settings

Once you are done, your device gets connected.


Installing the Dart extension offline:
1. Open your web browser and go to the Visual Studio Marketplace page for the Dart extension
(https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code).

2. Click on the "Download Extension" button to download the VSIX file for the extension.

3. Transfer the downloaded VSIX file to the computer where you want to install the extension,
using a USB drive or other means.

4. Open Visual Studio Code on that computer.

5. Press Ctrl+Shift+X (Windows/Linux) or Cmd+Shift+X (Mac) to open the Extensions view.

6. Click on the three dots icon in the top right corner of the Extensions view and select "Install from
VSIX".

7. Navigate to the location where you saved the downloaded VSIX file, select it and click on
"Open".

8. Visual Studio Code will install the extension from the VSIX file, and you should see a notification
when the installation is complete.

You might also like