This is a simple shopping list app made in Flutter that syncs its content between multiple devices via Node.js and Websockets. It also features an offline mode, caching data on device until connection retrieves.
Made with the Fluid UI Components for Flutter
You can deploy the nodejs server yourself. Just clone this repository, go into the server subfolder and run:
npm install
Start the server with
node server.js