Trying flutter web. Tagged with flutter. Flutter Markdown. A markdown renderer for Flutter. It supports the original format, but no inline HTML. The fluttermarkdown package renders Markdown, a lightweight markup language, into a Flutter widget containing a rich text representation. Fluttermarkdown is built on top of the Dart markdown package, which parses the Markdown into an abstract syntax tree (AST).
Made byFlutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
Coming from another platform? Docs: iOS, Android, Web, React Native, Xamarin.
Fast Development
Paint your app to life in milliseconds with Stateful Hot Reload. Use a rich set of fully-customizable widgets to build native interfaces in minutes.
Expressive and Flexible UI
Quickly ship features with a focus on native end-user experiences. Layered architecture allows for full customization, which results in incredibly fast rendering and expressive and flexible designs.
Native Performance

Flutter’s widgets incorporate all critical platform differences such as scrolling, navigation, icons and fonts, and your Flutter code is compiled to native ARM machine code using Dart's native compilers.
Try Flutter in your browser
Want more practice? Try a codelab.
Fast development

Flutter's hot reload helps you quickly and easily experiment, build UIs, add features, and fix bugs faster. Experience sub-second reload times without losing state on emulators, simulators, and hardware.
Learn moreReflectly
An award winning mindfulness app built with Flutter.
Download: iOS, AndroidLearn more
Expressive, beautiful UIs
Delight your users with Flutter's built-in beautiful Material Design and Cupertino (iOS-flavor) widgets, rich motion APIs, smooth natural scrolling, and platform awareness.
Browse the widget catalogNative Performance
Flutter’s widgets incorporate all critical platform differences such as scrolling, navigation, icons and fonts to provide full native performance on both iOS and Android.
Demo design inspired by Aurélien Salomon's Google Newsstand Navigation Pattern
Learn from developers
Watch these videos to learn from Google and developers as you build with Flutter.
Visit our YouTube playlistWho's using Flutter?
Organizations around the world are building apps with Flutter.
See what’s being createdInstall Flutter today.

It’s free and open source.
Publisher Description
An opensource app showcasing Flutter components, with side-by-side source code view.
Source code: https://github.com/X-Wei/flutter_catalog
Program Details
General | |
---|---|
Publisher | Maxing |
Released Date | 2021-01-30 |
Languages | English |
Category | |
---|---|
Category | Development |
Subcategory | Components & Libraries |
System requirements | |
---|---|
Operating systems | android |
Flutter Markdown Color
Download information | |
---|---|
File size | 32.51 MB |
Total downloads | 17 |
Pricing | |
---|---|
License model | Free |
Price | N/A |
Version History
Flutter Markdown Table
version 2.6.1
- add ImageFiltered example
- add image editing example
- add FeatureDiscovery example
version 2.6.0
- add functionality to highlight new demos with a red dot
version 2.5.9
- upgrade nullsafty dependencies
- fix issues with obfuscation
- add FractionallySizedBox example
version 2.5.8
- add fl_chart examples (Line/Bar/PieCharts)
- add heatmap_calendar example
- add radar_chart example
- add graphview example
- add extendedImage.network to ImagesExample
- add Gradient example
version 2.5.7
Added two packages from Flutter Favorite
- Convex appbar example
- Slidable list tile example
Markdown Flutter Cheat
version 2.5.5
- update packages to latest versions & adapt to latest APIs
- bump up Firebase MLKit model versions
- update markdown demo: github flavored markdown, syntax highlighting
- other small fixes
version 2.5.4
Add examples using the animations package by flutter team
version 2.5.3
* update to latest package versions
* add 'async' group including futureBuilder and streamBuilder examples
* add 'multimedia' group including extended_image and video_player examples
* other small improvements
version 2.5.2
* add Lottie animation example (credits to xvrh@github!)
* add Googlebooks REST API example
* regroup animation examples: split out basic and advanced animations group
version 2.5.1
* Add DraggableScrollableSheet example
* small fixes
version 2.4.0
* Change homepage layout: split into 3 tabs ('basics', 'advanced', 'bookmarks')
* Add chart demos using the official charts_flutter plugin
* Refactor and fix small bugs in Routes and Firebase demos
* We now have a desktop version of the app ! Check out the releases page on the project's GitHub repo.
Flutter Zefyr
version 2.3.4
* Updated Firebase dependencies to latest version (fix Firestore demo crashing in v2.3.3)
* Added hive(easier NoSQL db) demo
* Added BottomSheet demo
* Updated BottomAppbar demo
* Updated TextField demo
* Updated images demo
* Other small fixes
version 2.3.2
* Make codeview text selectable
* Remove codeview for homepage
version 2.3.1
* Replace app drawer with a backdrop scaffold;
* Refactoring: use `widget_with_codeview` package;
* Large refactoring: get rid of dependencies to `MyRoute` for demos, leading to cleaner code shown in the app;
* Add SQLite and sembast(NoSQL) CRUD examples.
version 2.2.0
* Add animation demos
* Supports Android 4.1 again
version Varies with device
* Large refactoring: simplify code, use dart 2.3 language features, use Provider for sharing app preferences;
* Add dark mode;
* Add backdrop demo;
* Fixes to webview, local_auth and markdown demo;
version 1.5.3
Add state management examples:
* StreamBuilder example
* StreamController example
* InheritedWidget example
* ScopedModel example
* BLoC example implemented with vanilla flutter
* BLoC example implemented with flutter_bloc package
