Shorey

screenshot of Shorey
material-ui

Shorey is a simple note app which is built with Flutter 2 3 and supports both Android/iOS platforms. It provides me full experience of interacting with Flutter and in the meantime I hope it can be your knowledge/memory transition tool, and yes, there are still much work to do.

Overview

Shorey is a new open-source note-taking app designed for both Android and iOS platforms, developed using Flutter 2.3. This app aims to become a seamless tool for knowledge and memory management, particularly for users who also utilize Notion. With the ability to integrate with Notion, it offers users a way to have their own backend knowledge database. While the app is still under development, it promises a simple and efficient user experience focused on enhancing productivity and organization.

With its user-friendly interface modeled after Google’s Material UI and a compact size of only 10MB, Shorey makes daily reviews, knowledge archiving, and note-taking a breeze. The inclusion of templates for lists, TODOs, and diaries adds versatility, making it easier for users to find what suits their needs best.

Features

  • Notion Integration: Easily connect Shorey with Notion using your integration token, enhancing your knowledge management.
  • Multiple Templates: Choose from three handy templates: simple list, TODOs list, and diary for various note-taking needs.
  • Lightweight Design: At just 10MB in size, the app is efficient and doesn't bog down device performance.
  • Daily Review Functionality: Set goals for the day and review completed tasks to keep your productivity on track.
  • Internationalization Support: The app is adaptable for both Chinese and English languages, making it accessible to a wider audience.
  • MVVM Architecture: Built with a modern design pattern, ensuring a clean separation between data, logic, and UI for ease of maintenance.
  • Future-Ready: Regular updates are expected as the app continues to evolve, promising exciting features down the line.
  • Open-Source Access: Engage with the developer community and contribute to the ongoing improvement of Shorey.
Flutter

Flutter is an open-source UI framework developed by Google that allows developers to create high-performance, cross-platform mobile applications with a single codebase.

material-ui
Material UI

material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.