lemmur-app-android/lib/widgets/editor
Filip Krawczyk cda72a1174 CR Small Changes
* regex fix http?s -> https?
* file rename: formatter.dart -> markdown_formatter.dart to match the class name inside
* add + as continuoable list
* rename: listContinuation          -> unorderedListContinuation
           numberedListContinuation -> orderedListContinuation
* fix typo: convenience
* fix: doc instead of comment
* rename for readability: startingIndex -> from
* function & arg rename: lineBefore(int endingIndex) -> lineUpTo(int characterIndex)
* parse -> tryParse
* localize user picker & commmunity picker
* HookWidget -> StatelessWidget where needed
* Toolbar -> EditorToolbar for less ambiguity
* fix typo: surroungs -> surrounds
* remove debug logA
* more localization stuff
* title -> label on add link dialog
* Reformat -> _Reformat
* use store when in scope instead of context.read
* remove useless Stack (oops)
2022-08-23 00:34:10 +02:00
..
editor.dart CR Small Changes 2022-08-23 00:34:10 +02:00
editor_picking_dialog.dart CR Small Changes 2022-08-23 00:34:10 +02:00
editor_toolbar.dart CR Small Changes 2022-08-23 00:34:10 +02:00
editor_toolbar_store.dart add store with purpose of uploading images 2022-08-21 16:00:54 +02:00
editor_toolbar_store.g.dart add store with purpose of uploading images 2022-08-21 16:00:54 +02:00