plantmanager
plant manager is an application that was developed on rocketseat nlw5 with react native but was rebuilt using flutter.
�� technologies
this project was developed with the following technologies:
�� project
plant manager is an application that was developed on rocketseat nlw5 with react native but was rebuilt using flutter.
�� layout
in the links below you will find the layout of the web project.
getting started
first, install all dependencies and run app with your emulator:
# install dependencies
flutter pub get
# run app on android emulator
adb reverse tcp:3000 tcp:3000
flutter run -d emulator-5554
emulator-5554 is a example, get name of your emulator with command: flutter devices
now install globally json-server on your system
npm install -g json-server
# or
yarn global add json-server
run fake api
json-server --watch server.json -p 3000 -d 2000
Comments are closed.