An open API service indexing awesome lists of open source software.

https://github.com/felipecastrosales/flutter_mobx_examples

BMI Calculator with MobX
https://github.com/felipecastrosales/flutter_mobx_examples

Last synced: 3 months ago
JSON representation

BMI Calculator with MobX

Awesome Lists containing this project

README

          

# Flutter MOBX Examples

A collection of examples of how to use MOBX with Flutter.

## Examples

- Observable List
- Observable Future
- Observable Model
- Counter
- Counter with Code Generation
- BMI Calculator

## Demo

https://github.com/felipecastrosales/flutter_mobx_examples/assets/59374587/6ec86899-4a1f-4d38-ae72-a8a09d8511e3

## Getting Started

```
First of all, correctly configure the Flutter development environment on your machine,
see https://flutter.dev/docs/get-started/install

- Clone this repository:
$ git clone https://github.com/felipecastrosales/flutter_mobx_examples

- Enter in directory:
$ cd flutter_mobx_examples

- For install dependencies:
$ flutter pub get

- Run the app:
$ flutter run
```