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
- Host: GitHub
- URL: https://github.com/felipecastrosales/flutter_mobx_examples
- Owner: felipecastrosales
- Created: 2021-12-30T01:11:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T12:18:40.000Z (over 1 year ago)
- Last Synced: 2024-07-02T13:18:31.211Z (over 1 year ago)
- Language: Dart
- Homepage:
- Size: 327 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```