Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 497 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 497 Bytes

Calent

A simple app to add calendar events, with a Calendar API, which adds events to the user's Calendar.

Features

  1. Calendar API: Allows us to add events to the user's calendar.
  2. Elegant, dark UI.
  3. Dismissible events(swipe to delete).
  4. The added events can be viewed on the user's Calendar app.

How to run

In the directory containing the extracted files, run flutter run command, with a debugging device connected.

The flutter commands require Flutter SDK to be installed.