Skip to content

🧘 A Flutter plugin that serves as a database for your daily inspirational quotes and mantras.

License

Notifications You must be signed in to change notification settings

joshuadeguzman/mantras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mantras

A Flutter plugin that serves as a database for your daily inspirational quotes and mantras.

Features

  • Meaningful and insightful database of mantras!

Installation

Add it to your pubspec.yaml file

dependencies:
   mantras: <PLUGIN_VERSION>

Install it

pub get

Import it

import 'package:mantras/mantras.dart;

Usage

Eg. Getting a random mantra

// Retrieve single mantra
String mantra = Mantras().getMantra();

// Displating it in a Text widget
Text("Your daily mantra is $mantra"));

License

BSD @joshuadeguzman

About

🧘 A Flutter plugin that serves as a database for your daily inspirational quotes and mantras.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages