FLUTTER ECOSYSTEM

roshanrahman/flutter-notes-app

Flutter로 작성된 메모 앱

flutter-notes-app 프로젝트 이미지
Stars
368
Forks
101
최근 푸시(UTC)
2021. 7. 29.
프로젝트 상태
활성
Roshan GitHub avatar
GITHUB User

Roshan ↗

Passionate about good code, good design, and popcorn chicken. Looking for work.

언어DartObjective-CJava

기술 주제

사용 중인 의존성

의존성 목록 9 개

순위

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Draft - Notes app

An elegant notes taking app written in Flutter that uses sqflite for storage.

Features

  1. Animated UI: A beautiful, minimalist user interface with subtle animations.
  2. Dark mode: Light and dark theme variants.
  3. Mark notes as important: Mark notes as important and filter them.
  4. Search: Search your notes.
  5. Edit note: Edit note that you saved previously
  6. Share: Share note using any app that can share text.

Dependencies

  • outline_material_icons: ^0.1.0
  • sqflite: ^1.1.5
  • intl: ^0.15.8
  • url_launcher: ^5.0.3
  • shared_preferences: ^0.5.3+1
  • share: ^0.6.1+1

Run the project

  • With Flutter installed, clone project and run flutter run --release in that directory, or
  • Download the built APK from here

Screenshots

https://raw.githubusercontent.com/roshanrahman/flutter-notes-app/HEAD/github_assets/edit.gif https://raw.githubusercontent.com/roshanrahman/flutter-notes-app/HEAD/github_assets/dark.gif

Feedback is welcome! Contact me for any info.