Skip to content

An open-source Flutter project that makes it easy to share data in a local network

License

Notifications You must be signed in to change notification settings

sarfarazahamedrizwanbasha/netshare

 
 

Repository files navigation

NetShare

Data sharing in local network

Screenshot 2023-01-11 at 21 39 25

Twitter URL

ko-fi

Demo (Screenshots, Videos)

Mobile

Desktop

Video

NetShare-v2.mp4

How to build the project

Note: This project is mainly running on the latest Flutter beta channel

  1. Run Hive object generator (if needed) The project's using (hive)[https://pub.dev/packages/hive] (NoSQL Database) to cache object data. Before running this, we should generate all entities adapters (being inside .g.dart files) to make sure all they are updated:
flutter pub run build_runner build --delete-conflicting-outputs
  1. Run the project as usual
flutter run

About

An open-source Flutter project that makes it easy to share data in a local network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 71.1%
  • C++ 14.3%
  • CMake 10.8%
  • Ruby 1.5%
  • Swift 1.4%
  • C 0.8%
  • Other 0.1%