Skip to content

fatiharge/mazarbul

Repository files navigation

Mazarbul Package

Version License: MIT

Mazarbul is a Dart package that provides a simple interface to work with SharedPreferences. It offers methods to save and retrieve various data types with associated keys.

Usage

import 'package:mazarbul/mazarbul.dart';

// Initialize Mazarbul
await Mazarbul().initSp();

// Save a String value
Mazarbul().saveString(Enum.someKey, 'Hello, Mazarbul!');

// Retrieve a String value
String? retrievedString = Mazarbul().getString(Enum.someKey);

// Save a Boolean value
await Mazarbul().saveBool(Enum.someBoolKey, true);

// Retrieve a Boolean value
bool? retrievedBool = Mazarbul().getBool(Enum.someBoolKey);

// ... other methods for different data types ...

API Reference

For detailed information about the available methods, check out the API Reference.

License

This project is licensed under the MIT License - see the LICENSE file for details.

What is Mazarbul?

Mazarbul is a term from J.R.R. Tolkien's legendarium, specifically from the world of Middle-earth. In the fictional universe, Mazarbul refers to a book of records kept by dwarves in Khazad-dûm (also known as Moria). Just like the book in Middle-earth, this package aims to help you record and retrieve data easily using SharedPreferences.

Mazarbul

Fatiharge

Bu proje Fatih Ar-Ge tarafından geliştirilmiştir. Dart projelerinde SharedPreferences kullanımını basitleştirmeyi amaçlayan bir basit projedir. "Mazarbul" paket adı, Orta Dünya'nın zengin mitolojisinden ilham alarak seçilmiş olup, J.R.R. Tolkien'in büyük eserine saygıdır.

This project is proudly developed by Fatih Ar-Ge to simplify working with SharedPreferences in Flutter projects. The package name "Mazarbul" is inspired by the rich lore of Middle-earth, paying homage to the great work of J.R.R. Tolkien.

About

Shared Manager Extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published