Coder Social home page Coder Social logo

debojyoti452 / move_it_file_transfer Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 1.0 8.93 MB

File Sharing App Using LocalHost

Home Page: https://opensource.appworld.in/

License: GNU General Public License v3.0

Kotlin 4.16% Shell 1.20% Swift 0.53% Objective-C 0.01% Dart 77.65% CMake 6.59% C++ 8.09% C 0.50% Ruby 1.26%
android dart file-sharing filetransfer flutter ios kotlin swift

move_it_file_transfer's Introduction

MoveIt - File Transfer On Go 📡🔥

AirDrop for all Platform (Windows, Linux, Mac, Android, iOS)

Please support this initiative by giving this project a star ⭐️



Demo

Windows device paired with android device both connected by a same localhost

windows_screenrecord.mp4

Available at

MoveIt App can be downloaded from the links below:

Platforms Download links
Android Mobile Get it on Google Play
iOS Mobile coming soon...
Windows Get it on Windows
Linux coming soon...
MAC OS coming soon...

Provide Feedback, Report Bugs & Request New Features

Just click on the Issue tab to raise a new issue in this repo.

Description

MoveIt - File Transfer On Go is a File Sharing App for all Platform (Windows, Linux, Mac, Android, iOS). It can be used as a replacement for AirDrop. A lot of people are using AirDrop to share files between their devices. But, AirDrop is only available for Mac and iOS. So, I created MoveIt - File Transfer On Go to share files between all devices.

How to use

  1. Download the App
  2. Open the App
  3. Click on the "Refresh" icon button
  4. Select the device you want to share files with
  5. Click on the "Send" icon button
  6. Select the files you want to share
  7. Click on the "Send" button

Platform Support

  • Windows
  • Linux
  • Mac
  • Android
  • iOS

👋Want to contribute to MoveIt?

Get started with good first issues

Contributing Guide

Contributing Guide

Screenshots

License

Licensed under the GNU General Public License v3.0

Privacy Notice

https://4shorturl.app/hm117

Contributors

Author

Support

move_it_file_transfer's People

Contributors

awesome-ana avatar debojyoti452 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

main0c

move_it_file_transfer's Issues

Add Documentation

  1. Readme documentation
  2. Contribution license documentation
  3. Changelog

Download not showing on Receiver device, but in download folder files exists

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

[Enhancement] Rewrite duplicate device list from search nearby devices

Is your feature request related to a problem? Please describe.
Need to refactor proper solution for removing duplicated devices from nearby searched list.

Describe the solution you'd like

TBD

Describe alternatives you've considered
Currently used Set data structure to remove repeated devices.

        /// Temporary fix for duplicate device
        /// Need to find the root cause of this issue
        var setList = nearbyClients.toSet();
        nearbyClients = setList.toList();
        emitState(state.copyWith(
          nearbyClients: nearbyClients,
          status: AppCubitSuccess(),
        ));

Additional context
N/A

Add sharing intent for devices

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Bug in invitation accept/reject button function from Mobile

On sending pairing request, accept or reject button not working on mobile device when requested from windows. Whereas when requested from mobile, accept button is working on windows.

On Mobile device it's showing loading with not button actions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.