Skip to content

feature to control multiple device/app from the server side/backend remotely.

License

Notifications You must be signed in to change notification settings

akashmishra242/server_side_multi_device_remote_access

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

server_side_multi_device_remote_access

GitHub code size in bytes GitHub repo size GitHub repo file count GitHub language count GitHub top language total opem issues GitHub forks GitHub Repo stars

This Flutter demo app is a full-stack implementation of how we can control an app from the server side/backend. For example, in this demo app, I have written code to show the snackbar & click-photo on the device by triggering an event/API from my server-side/backend. Similarly, you can use this methodology to propagate your action on your app just by triggering an event/API from the server side.

Node.js server: https://github.com/akashmishra242/server-side-multi-device-remote-access-server

This application includes:

  1. control multiple devices from the server by triggering an even/API.
  2. for e.g. show the snackbar on the screen controlled from the backend.
  3. for e.g. capturing photos remotely.

πŸ“Έ ScreenShots

πŸŽ₯ Screen Recording of Application

screen_recording_server_side_multi_device_remote_access (1)

πŸ“± [.apk] file link

googledrive

πŸ”‘ License

  • This project is licensed under the MIT License - see the LICENSE file for details

πŸ”§ Steps for Installation

open your command prompt & go to the directory where you want to create your flutter project.

run following command:

       git clone https://github.com/akashmishra242/server_side_multi_device_remote_access.git   #to fork this flutter project
       cd .\flutter_onesignal_push_notification\                                                #navigate to the working directory
       code .                                                                                   #open your vs code

go to the directory where you want to run your server & run the following command:

       git clone https://github.com/akashmishra242/server-side-multi-device-remote-access-server.git  # to fork my node.js server
       cd .\flutter_onesignal_push_notification\                                                      #navigate to the working directory
       code .                                                                                         #open your vs code
      

now to run the server, run the following command in your VS Code Terminal(Node.js server):

        npm run dev     #to run the node.js server
  

now to run the app, run the following command in VS Code Terminal(flutter):

        flutter pub get   #to install and update packages & dependencies.
        flutter run       #to run the flutter app
  

That's all, it should work fine.🀞


🌐 Connect with me

Give your feedback at [email protected]

linkedin github twitter angel instagram