Skip to content

Installation

Sreelal TS edited this page Jan 4, 2023 · 1 revision

First things first 🧚🏻

Installation of the package is very simple as running:

For Dart:

$ dart pub add televerse

For Flutter:

$ flutter pub add televerse

Or directly into your pubspec.yaml file:

dependencies:
  televerse: `<latest>`

Cool, you're good to go!

Clone this wiki locally