Skip to content

Plant Manager is an application that was developed on Rocketseat NLW5 with React Native but was rebuilt using Flutter.

License

Notifications You must be signed in to change notification settings

Sup3r-Us3r/plantmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plant Manager

Technologies   |    Project   |    Layout   |    License


Plant Manager

🚀 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

📝 License

This project is under the MIT license. See the file LICENSE for more details.

About

Plant Manager is an application that was developed on Rocketseat NLW5 with React Native but was rebuilt using Flutter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages