Skip to content

Teresia-Kirungo/Flutter-Mini-Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Course

Intro Free Flutter Course

Back-End is where you store your data, probably in the cloud. Back-End Django, Python express, flask Flutter -> Build apps for any screen Flutter transforms the app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.

Chapter 1: Developer Accounts

Developer accounts allow you to release your applications to the Apples - Appstore and the Google - Playstore. Your applications have a unique app identifier, these are what helps when you upload your app on the playstore. Reverse domain identifier, this is unique to every app and it is to be the same as the domain name… Your app identity is usually associated with your website name. For apple you need to register a developer account There are two types of developer accounts: Individual account - your own account Company account - based on the type of company you may or may not be liable for any issues arising from what you are building. Terry will not create a developer account just yet.

Chapter 2: SetUp

Flutter is a framework powered by Dart. Dart is the programming language that powers Flutter. Dartpad, allows you to write pure dart code and run it in your browser without having to install anything. Flutter includes the dart package Flutter doctor looks at your flutter installation and makes sure your flutter in in good health.

Chapter 3: Introduction to Flutter

We start in a project setup that allows us to use Dart.
Creating a flutter project via terminal

 flutter create learningdata 


The above command creates a flutter project with the name learningdart
code . Opens up visual studio code.

About

My journer into Flutter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published