Releases: 31Carlton7/flutter_notes_app
Releases · 31Carlton7/flutter_notes_app
v1.0 Create & Tag Notes
v1.0 Create & Tag Notes
Features
Dashboard (Home Screen)
- View a list of all your created notes
- Pin notes to the top of the list in a separate section
- Delete notes (Using a swipe-able)
- Search for notes by title or tag using the search bar
- View all tags associated with your notes
- Preview note title, tags and note content from each individual note in the list
Note Creation
- Create notes with a title
- Create tags associated with the note (Or multiple)
- Add content to your note
- Pin note to top of the list
Tags
- View a separate screen with all notes associated with a single tag
- Search notes by tag or title
- Use the + button to create notes and the tag will automatically be added to the note
- One can add as many tags as they want to a note but it's recommended to use less than 5 for organizational purposes
Profile
- View total amount of notes created
- View total number of words typed
- View total number of characters typed
- View date of first note (Not the very first but the one with the oldest date of creation that has not been deleted)
Bug Fixes
- Fix note deletion showing red screen
- Fix tags not grouping properly
Other
- Locking notes functionality will be added in the next release (Be on the lookout for it)
- Backend using firebase will be added in the next release
- If I can hopefully find a dart only WYSIWYG Text editor for rich text editing I will certainly add it in the future
- The app will be up on the App Store / Google Play Store once I get a Apple Dev License and when the next release comes out (Hopefully)