Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 435 Bytes

File metadata and controls

21 lines (13 loc) · 435 Bytes

A Guide to Building and PODs Based App Using Flutter

Setup Github

NOTE TO SET UP GITHUB TO MANAGE DEVELOPMENT

Setup a Template Flutter App

The first step is to create a flutter project using the usual flutter template app. You can do this in your favourite IDE or simply on the command line

flutter create communitypod

Beginnings of App

Connection to the Solid Server

Protecting Data on the Server