orange 1.0.1 copy "orange: ^1.0.1" to clipboard
orange: ^1.0.1 copied to clipboard

fast and esay modern key-value store

pub package GitHub

Orange 🍊 #

Discord Server Invite Kakao_Talk

Features #

  • Super Fast Speed 100 x faster than SharedPreference
  • 🦄 Super Easy: No initialization required, same api as SharedPreference
  • 🚀 All Environment Work: working on Android, iOS, Web, Mac, Windows, Linux even cli.
  • 🌐 No Build Runner: do not waste time on build_runner

Installation #

flutter pub add orange

Usage #

await Orange().setString('orange', 'is delicious! 🍊');

String orange = await Orange().getString('orange');
print(orange); // is delicious! 🍊

await Orange().remove('orange');

you got all usage of Orange now! 🎉

9
likes
0
pub points
52%
popularity

Publisher

verified publisherjunelee.fun

fast and esay modern key-value store

License

unknown (LICENSE)

Dependencies

easy_event_bus, flutter, path, path_provider, sembast, sembast_web

More

Packages that depend on orange