aleynaeser / flutter-state-management-tutorial

GetX , Provider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter State Management Tutorial ๐ŸŽˆ

This repository contains getX, provider and more examples.

Provider Usage - Todo App With Provider

Packages in use:

  • provider: ^6.0.2
  • flutter_slidable: ^1.2.0

Provider Usage

Packages in use:

  • provider: ^6.0.2

GetX Usage - Weight Tracker App

Packages in use:

  • get: ^4.6.1
  • animated_bottom_navigation_bar: ^0.3.2
  • intl: ^0.17.0
  • freezed: ^1.1.1

GetX Usage - Shopping Favorites Screen

Packages in use:

  • get: ^4.6.1

To use this app follow below instructions :

Clone this app using below syntax:

git clone https://github.com/Aleynaesr/flutter-state-management-tutorial.git

  • After cloning install packages using below syntax:

flutter pub get

  • Above command will install all the necessary packages.

  • Run the app on your mobile emulator using below command:

flutter run

Thank you happy coding ๐ŸŽˆ

About

GetX , Provider

License:MIT License


Languages

Language:Dart 94.0%Language:Swift 4.2%Language:Kotlin 1.4%Language:Objective-C 0.4%