/flutter_appbrewery

This contains Flutter Projects which I have developed while learning Flutter from AppBrewery.

Primary LanguageDart

The Complete Flutter Development Bootcamp with Dart

This contains Flutter Projects which I have developed while learning Flutter from AppBrewery.

Course Syllabus :

This is what I learned from this course.

  • Flutter Introduction
  • Creating UI for begginers (basic widget like: columns, rows, etc)
  • Build app with state
  • Leveraging flutter packages
  • Structuring flutter apps
  • Creating UI for intermediates (stateful widget, navigator, final, enum)
  • Powering flutter apps with backend data (http library)
  • Integrating flutter apps with firebase
  • State management (provider library)

You can check the full syllabus document here : https://drive.google.com/uc?export=download&id=1itL9AXx7Z-RxFAjSLLhsTeTFZYrkfweR

Project Showcase :

This is Flutter Projects which I have developed while learning from this course

BMI Calculator

An app designed to calculate the BMI index of a person based on input data such as gender, weight, height, and age.

Clima Weather

An app to check the current weather at the user's location, and users can input a city name to obtain the weather information for that specific city.

Bitcoin Tracker

An app to check the current prices of BTC, ETH, and LTC utilizing the coinapi.io REST API. Users can also change their currency (USD, IDR, etc.).

Flash Chat

A chatting app where users can create and log in to their accounts to start chatting with other users. This app is integrated with Firebase.

Todoey

A to-do list app where users can input their tasks and mark them as complete. This app utilizes the Provider library to manage state.