/storiez

A stories sharing application where users can share image stories with friends and embed encrypted secret messages securely for the target recipients.

Primary LanguageDart

storiez

A stories sharing application where users can share image stories with friends and embed encrypted secret messages securely for the target recipients.

Getting started

Prerequisites 🍳

You'll need

  • Flutter and Dart installed
  • Cloudinary setup for image uploads

Building the app 🏗️

To build the app, replace the placeholders and run:

flutter run --release --dart-define="CLOUDINARY_API_KEY={your_key}" --dart-define="CLOUDINARY_API_SECRET={your_secret}" --dart-define="CLOUDINARY_CLOUD_NAME={your_cloud_name}"

OR (debug 🐛)

flutter run --dart-define="CLOUDINARY_API_KEY={your_key}" --dart-define="CLOUDINARY_API_SECRET={your_secret}" --dart-define="CLOUDINARY_CLOUD_NAME={your_cloud_name}" -t lib/main_dev.dart

Screenshots 📷

Contributions 🫱🏾‍🫲🏼

Feel free to contribute to this project.

If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue.
If you fixed a bug or implemented a feature, please send a pull request.