https://github.com/melau-eddy/modern-machines
Prototype project built with aim of intergrating IOT with software with the aim of achieving the control of machines remotely via the app
https://github.com/melau-eddy/modern-machines
arduino arduino-library c cmake cpp dart swift
Last synced: 3 months ago
JSON representation
Prototype project built with aim of intergrating IOT with software with the aim of achieving the control of machines remotely via the app
- Host: GitHub
- URL: https://github.com/melau-eddy/modern-machines
- Owner: melau-eddy
- Created: 2025-06-29T09:12:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-29T15:21:25.000Z (about 1 year ago)
- Last Synced: 2025-06-29T16:31:33.680Z (about 1 year ago)
- Topics: arduino, arduino-library, c, cmake, cpp, dart, swift
- Language: Dart
- Homepage:
- Size: 269 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# modern_machines
Modern machines is a prototype sort of project built with the aim of achieving the control of machines remotely via the app.
It uses flutter framework for the development of the UI.
## Getting Started
Here is how to get started in cloning and running the project successfully.
git clone https://github.com/melau-eddy/modern-machines.git
After cloning the project successfully. Open with vscode or android studio.
cd modern_machines
Clean and download dependencies.
flutter clean
flutter pub get
flutter run