Skip to content

angeldollface/quotly.dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUOTLY 👁️ 🕹️

GitHub CI

Inspiring quotes for you! 👁️ 🕹️

ABOUT 📚

Since it is a good idea to slow down every now and again and contemplate many things, I thought I'd write an app that displays inspirational quotes. This repository contains the source for just such an app implemented in the Flutter framework! Enjoy. ❤️‍🔥

DEPLOYED PROJECT ON GITHUB PAGES 🚀

You can view the live, deployed project on GitHub Pages here.

INSTALLATION 📥

There are compiled binary executables for Android and Mac OSX in this repository's Releases Section.

Build from source

Make sure you have the following tools installed and, where required, available from the command line:

To build bundles for the platform of your choice from the source code, execute the following steps on the command line:

  • 1.) Get the source code:
git clone https://github.com/angeldollface/quotly.dart.git
  • 2.) Change directory into the source code's root directory:
cd quotly.dart
  • 3a.) Build for a web target:
flutter build web --release
  • 3b.) Build for a Mac OSX target:
flutter build macos --release
  • 3c.) Prepare a build for Android by generating a Java Keystore and moving this to android/app. After this has been completed, fill out the missing information in the keystore information file, android/app/key.properties. Once these things are done, run the following command to build for an Android target:
flutter build apk --release
  • 4.) Run the generated bundle on the platform of your choice.

CHANGELOG ✒️

Version 1.0.0

  • Upload to GitHub.
  • Initial release.
  • Deployment to GitHub Pages.

NOTE 📜

  • Quotly.dart 👁️ 🕹️ by Alexander Abraham 🖤 a.k.a. "Angel Dollface" 🎎 🎀
  • Licensed under the MIT license.