Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 685 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 685 Bytes

flutter-offline-support

Offline support in Flutter implementation

Starting Python server

cd server
virtualenv venv
./venv/bin/pip install -r requirements.txt
./venv/bin/python app.py

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.