Pranavc22 / solo-levelling

My first app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My First App

This is my first Flutter application. It is inspired by the i_am_rich app.

What does it do?

This project is a starting point for a Flutter developer. I have used some basic widgets to start of building the app. The app's structure is simple. It shows an Appbar with the Title of the app and an image as the main body of the scaffold. The following widgets were used: Scaffold, AppBar, Center, Text, TextStyle, Image and AssetImage.

Some of the new concepts learned were:

  • Understanding the layout of the app and how to adjust layouts for each widget in the app.
  • Using an AppBar as the title of the app.
  • Using Text widgets and styling them using the TextStyle widget.
  • Handling assets in the project folder by including them into the pubspec.yaml file. Using local and online images in the app with different widgets,

Resources

About

My first app.


Languages

Language:Dart 75.2%Language:Swift 17.4%Language:Kotlin 5.8%Language:Objective-C 1.6%