Skip to content

Commit

Permalink
Add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
maelchiotti committed Feb 8, 2024
1 parent 5861195 commit fe478cc
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@

Simple, local, material design notes.

<div style="display: flex">
<img src="assets/screenshots/notes.jpg" width="30%">
<img src="assets/screenshots/editor.jpg" width="30%">
<img src="assets/screenshots/bin.jpg" width="30%">
</div>

## Features

### Take notes
Expand Down Expand Up @@ -40,6 +46,10 @@ Simple, local, material design notes.
- Choose if you want your theme to be dynamic (use colors from your system, if supported)
- Choose your language (see the [supported ones](#supported-languages))

## Screenshots

See more screenshots [here](https://github.com/maelchiotti/LocalMaterialNotes/tree/main/assets/screenshots).

## Supported languages

- English: 100%
Expand Down
Binary file added assets/screenshots/bin.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/bin_selection.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/dynamic_theming_black.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/dynamic_theming_dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/dynamic_theming_light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/editor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/editor_about.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/notes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/notes_selection.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/settings_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/settings_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/pages/editor/editor_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class _EditorState extends ConsumerState<EditorPage> {
TextField(
readOnly: widget.readOnly,
autofocus: widget.autofocus,
textCapitalization: TextCapitalization.sentences,
textInputAction: TextInputAction.next,
style: Theme.of(context).textTheme.titleLarge,
decoration: InputDecoration.collapsed(
Expand Down

0 comments on commit fe478cc

Please sign in to comment.