fridolinf / flutter_basic_ui

About basic widget in Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation Basic Widget in Flutter

This is my summary of the basics of widgets in Flutter there are more or less notes in it in the hope that those of you who read can understand a little more about using the basic and main widgets in Flutter

Tech Stack

   

Features

  • Implementation basic-basic widget in flutter
  • Build in with Getx
  • Implementation intl package for converting Date and Time to human-readable data
  • Implementation render AssetImage and NetworkImage
  • Implementation form validation
  • Implementation navigation between pages
  • Implementation various dialog widget and much more.

Clone the project

  git clone https://github.com/fridolinf/flutter_basic_ui.git

Go to the project directory

  cd flutter_basic_ui

Install getx cli globally

  pub global activate get_cli

see full implementation: https://pub.dev/packages/get_cli

Install dependencies

  • using flutter cli and vscode
  flutter pub get

Run without debug

  • Windows user
  ctrl + f5

Screenshots

App Screenshot

Authors

@fridolinf

About

About basic widget in Flutter


Languages

Language:Dart 55.6%Language:C++ 21.9%Language:CMake 18.1%Language:HTML 1.8%Language:C 1.4%Language:Swift 1.1%Language:Kotlin 0.1%Language:Objective-C 0.0%