A markdown editor
-
markdown for dart as parser
-
Translate html tags to elements via markdown_parser,
-
Show elements in flutter widgets via markdown_viewer
- Flutter 3.0+(with Dart)
- Android Studio
- Xcode
- Install from Apple Store
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developersudo xcodebuild -runFirstLaunchsudo gem install cocoapods
- Run
git submodule update --init --recursiveto checkout all submodule packages - Before compile, run
flutter pub get - flutter intl plugin
- Helper for localization
- Guide
- flutter launcher icons
- Update
assets/icon/launcher*.png, no transparent for ios flutter pub get- Run
flutter pub run icons_launcher:create
- Update
Here
blocstands 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