All Projects → litlifesoftware → HistoryOfMe

litlifesoftware / HistoryOfMe

Licence: BSD-3-Clause license
Your own personal diary.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to HistoryOfMe

flutter-Anniversary
一款界面优美,功能简洁的纪念日APP
Stars: ✭ 57 (+14%)
Mutual labels:  android-app, flutter-apps, flutter-app
flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (+20%)
Mutual labels:  android-app, flutter-apps, flutter-app
linux-android-backup
Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
Stars: ✭ 119 (+138%)
Mutual labels:  android-app, flutter-apps, flutter-app
Open Source Flutter Apps
📱 List of open source Flutter applications
Stars: ✭ 1,086 (+2072%)
Mutual labels:  application, android-app, flutter-apps
budget my life
Budget your life with ease.
Stars: ✭ 34 (-32%)
Mutual labels:  flutter-apps, flutter-app
receipt-manager-app
Receipt parser application written in dart.
Stars: ✭ 140 (+180%)
Mutual labels:  application, flutter-apps
car rental lite
A platform for car sharing where users can book any car that suits their needs and wants for their intended journey, from the closest hosts in the community.
Stars: ✭ 28 (-44%)
Mutual labels:  flutter-apps, flutter-app
Churu
出入是一款用Flutter开发的简约记账应用。
Stars: ✭ 44 (-12%)
Mutual labels:  flutter-apps, flutter-app
Memorize
🚀 Japanese-English-Mongolian dictionary. It lets you find words, kanji and more quickly and easily
Stars: ✭ 72 (+44%)
Mutual labels:  application, english
flutter-app
Full Feature Todos Flutter Mobile app with fireStore integration.
Stars: ✭ 138 (+176%)
Mutual labels:  flutter-apps, flutter-app
flutter and cloudinary
How to build Photo Diary App using Flutter and Cloudinary
Stars: ✭ 17 (-66%)
Mutual labels:  flutter-apps, flutter-app
flip view
A Flutter app with flip animation to view profiles of friends. 🌟
Stars: ✭ 69 (+38%)
Mutual labels:  flutter-apps, flutter-app
flutter projects
This is a set of small projects focused solely on the development of the graphical interface with Flutter
Stars: ✭ 524 (+948%)
Mutual labels:  flutter-apps, flutter-app
SocialMedia-App
A fully functional social media app built with flutter with multiple features
Stars: ✭ 646 (+1192%)
Mutual labels:  flutter-apps, flutter-app
NJU-Class-Shedule-Flutter
🍻 南哪课表APP Written in Flutter
Stars: ✭ 45 (-10%)
Mutual labels:  flutter-apps, flutter-app
MediumUnlimited
Android App written with Flutter/Dart to navigate medium.com without limitations.
Stars: ✭ 28 (-44%)
Mutual labels:  flutter-apps, flutter-app
Drink-Order-App-UI
Drink order app UI using flutter - eCommerce App for Drinks
Stars: ✭ 19 (-62%)
Mutual labels:  flutter-apps, flutter-app
Manji
Manji is a mobile application built to help people learning Japanese learn about Kanji.
Stars: ✭ 142 (+184%)
Mutual labels:  application, flutter-apps
Smartisandialog
Smartisan style Dialog.
Stars: ✭ 33 (-34%)
Mutual labels:  application, android-app
flutter whatsapp stickers internet
whatsapp sticker template for internet base stickers
Stars: ✭ 28 (-44%)
Mutual labels:  flutter-apps, flutter-app

History of Me Feature Graphic

What is History of Me?

Your own personal diary

History of Me wants to be your own personal diary in the digital age. Browse through all of your diary entries and organize your writings. Create, edit and read individual entries and relive your memories. Track your mood and feelings. History of Me offers a digital bookmark you can customize yourself. This app will store your data only on your device. No one else but you will be able to read your diary!

Now available on the Play Store.

Get it on Google Play

Trailer

History of Me Trailer

Screenshots

Browse through your memories Read your diary entries
Browse through your memories Read your diary entries
Edit your entry Customize your bookmark
Edit your entry Customize your bookmark

Getting Started with Flutter

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Build from Source

To build this app, Flutter should be installed on your computer and should be added to your system path environment variable. Visit the install guide available on the Flutter website to get started.

Clone the repository and run the app using the Flutter Engine on your local device:

git clone https://github.com/litlifesoftware/HistoryOfMe.git
cd HistoryOfMe
flutter run

Signing

In order to create signed APK files to upload to various app stores, you have to specify a keystore location inside the android\key.properties file. This file should link to a keystore stored on your local hard drive. Follow Flutter's deployment guidelines to create your own keystore required to generate verified APK files. Keystores are generated using Java's built-in library. You can generate the JSK files using Android Studio. Visit Oracle's Java documentation for a step-by-step tutorial.

If you are using Windows and you are working in a workspace on your desktop, your keystore.properties file might look similar like this:

storePassword=YOUR_STORE_PASSWORD
keyPassword=YOUR_KEY_PASSWORD
keyAlias=key
# Set the storeFile path to the current work directory
storeFile=C:\\Users\\Username\\Desktop\\Flutter Working Copy\\Android Keystore\\your_keystore.jks

And if you are using Linux-based systems, your keystore.properties file might look like this:

storePassword=YOUR_STORE_PASSWORD
keyPassword=YOUR_KEY_PASSWORD
keyAlias=key
# Set the storeFile path to the current work directory
storeFile=/home/username/Desktop/Flutter\ Working\ Copy/Android\ Keystore/your_keystore.jks

Though it's recommended, keep in mind that signing your binaries is not required to run them on your device. You can use the debug build configuration for developing and testing this app. Or you can restore the build.gradle file to the default configuration if you don't want to ship signed release binaries.

Localization

Localizations are implemented in the AppLocalizations class (/localization). There are English and German localizations available for this app (/localization/languages).

Dependencies

History Of Me uses the following Dart dependencies in order to implement certain features and functionality:

Status

History of Me is now available on Google Play. Production binaries/APKs are also available on the Release Section. Additional features are coming in next releases. This app is currently localized in:

  • English
  • German

Pre-Release Setup

While under History of Me's development, the leitmotif dependency is likely set to the git repository as source location. The package will be updated rather frequently, so keep in mind to update your Flutter packages if you encounter issues on your local copy by running flutter pub upgrade

    git: 
      url: https://github.com/litlifesoftware/leitmotif.git

License

Google Play and the Google Play logo are trademarks of Google Inc.

All images in the assets/images folder are licensed under the CC-BY.

Everything else in this repository including the source code is distributed under the BSD 3-Clause license as specified in the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].