Search Header Logo
App Development With Flutter

App Development With Flutter

Assessment

Presentation

Computers

University - Professional Development

Hard

Created by

Somal Chakraborty

Used 14+ times

FREE Resource

7 Slides • 0 Questions

1

App Development With Flutter

Somal Chakraborty

Slide image

2

What is Flutter?

Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.


Read about Flutter's architecture here: t.ly/SLnH

3

Build Your First App With Flutter

Google provides you with codelab to help you learn flutter by actually coding an app with flutter. I'm attaching 2 codelab links below to get you started.


1. Write your first Flutter app, part 1 ( t.ly/k8ZZ )

2. Write your first Flutter app, part 2 ( t.ly/K5sg )



4

State Management

Flutter builds its UI to reflect the current state of the application. For example, when the state of your app changes by user, you detect the change with code and the UI rebuilds from scratch.


1. Learn State Management basics ( t.ly/ONJE )

2. State Management Using GetX ( t.ly/i6Ik )


5

Architecture

Architecture is how you separate your code into different modules to make it easily extendable & easy to test.


Resource Link: t.ly/42mX

6

Testing

Testing is an important skill to learn to able to be better at handling corner cases and hence be better at writing code


Resource Link: t.ly/IYV7

7

Thank You!

App Development With Flutter

Somal Chakraborty

Slide image

Show answer

Auto Play

Slide 1 / 7

SLIDE