Basic Flutter Language with 5 topics

Beginner 5(1 Ratings) 2 Students enrolled English
Created by Lin Naing Oo
Last updated Sat, 14-May-2022
+ View more
Course overview

1. Create Flutter project

Details:

- First, created new folder in Drive C using with command line

- Second, created flutter project in this new folder using with with command line

(Tip; show how to create new flutter project in File, New, using mouse)


2. Change package name and application name

Details:

- First, install rename package by visiting pub.dev official website

- Second, explain about how to set the name of package name, referred with two websites: Google firebase and Oracle websites

- Third, change package name and application name


Code: 

pub global run rename --bundleId com.LinNaingOo.Exercise

pub global run rename --appname "My Exercise"


3. Generate keystore file with the format of .jks

Details:

- using with this comment line

keytool -genkey -v -keystore C:\LinNaingOo\exercise\exercise.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias myexercise

(noted: if you are facing the errors; please go to run flutter doctor -v and take java binary address and go to terminal without java in behind of bin\ (bin\java to bin) and the paste above code.


4. Export SHA1 certificate key

Details:

- Before exporting SHA1 certificate key, go to add some code by following from official website for signing release file .aab playstore.


- Export SHA1 certificate key method was showing at 20:22.

(you can skip to 20:22 if you don't want to know how to signing for release .aab)

Code: 

keytool -list -v -keystore  C:\LinNaingOo\exercise\exercise.jks -alias myexercise -storepass 123abcdM-/: -keypass 123abcdM-/:


5. Generate Hash key

Details:

- First, Go to download openssl folder from this website:

https://code.google.com/archive/p/openssl-for-windows/downloads?authuser=1


- Second, run the following code

Code:

keytool -exportcert -alias myexercise -keystore C:\LinNaingOo\exercise\exercise.jks | openssl sha1 -binary | openssl base64

What will i learn?

  • Create Flutter project
  • Change package name and application name using with rename package
  • Generate keystore .jks file using with command line
  • Export SHA1 Certificate key using with command line
  • Generate Hash key
Requirements
  • Installed Flutter on Computer
  • Have some knowledge about installing Android Studio
  • User and system environment setting
Curriculum for this course
1 Lessons 00:30:04 Hours
English Language
1 Lessons 00:30:04.000000 Hours
  • How to create keystore file, get SHA1 Certificate, Hash key and change package name
    00:30:04
+ View more
Other related courses
About instructor

Lin Naing Oo

9 Reviews | 19 Students | 10 Courses
Computer Hotel experience
Student feedback
5
1 Reviews
  • (0)
  • (0)
  • (0)
  • (0)
  • (1)

Reviews

  • Lin Naing Oo
Free
Includes:
//send gift when already purchased by user