A markdown editor
markdown for dart as parser
Translate html tags to elements via markdown_parser,
Show elements in flutter widgets via markdown_viewer
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
sudo gem install cocoapods
git submodule update --init --recursive
to checkout all submodule packagesflutter pub get
assets/icon/launcher*.png
, no transparent for iosflutter pub get
flutter pub run icons_launcher:create
Here
bloc
stands for a design pattern, and a flutter state management library. A design pattern presented by Paolo Soares and Cong hui, from Google at the DartConf 2018. A flutter state management library created and maintained by Felix Angelo.
Compared to MVVM, BLoC is the ViewModel, who handles the logics
A dependency injection and routes framework Developer guide
A persistence library for Dart Used to store notes: joplin_database Developer guide