dwyl / flutter-wysiwyg-editor-tutorial

πŸ“±πŸ“ How to do WYSIWYG editing in Flutter in 5 easy steps. πŸš€
GNU General Public License v2.0
6 stars 0 forks source link

[PR] Adding image upload #6

Closed LuchoTurtle closed 1 year ago

LuchoTurtle commented 1 year ago

closes #5

This adds image upload to the editor. Now, embedding images in the web platform also works. I've also added documentation regarding this feature in the README, as well as indications of when I had trouble running on an iPhone device.

codecov[bot] commented 1 year ago

Codecov Report

Merging #6 (f776e38) into main (7c4fd5c) will decrease coverage by 2.44%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
- Coverage   63.20%   60.76%   -2.44%     
==========================================
  Files           4        4              
  Lines         125      130       +5     
==========================================
  Hits           79       79              
- Misses         46       51       +5     
Files Changed Coverage Ξ”
lib/home_page.dart 71.87% <0.00%> (-3.95%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

LuchoTurtle commented 1 year ago

I would but, as you know, the changes made in this PR fall under the "unreachable" part of the code, as discussed in https://github.com/dwyl/flutter-wysiwyg-editor-tutorial/pull/2.