Learn about getting and parsing JSON data from the internet when building a cross-platform app using Flutter. Fluttermarkdown 👍 243. A Markdown renderer for Flutter. Create rich text output, including text styles, tables, links, and more, from plain text data formatted with simple Markdown tags.
Flutterでアプリ開発中に flutter run を打つと、以前に起動した時のロックがかかっていて次のようなエラーが出ることがあります。Waiting for another flutter command to relea. Software consulting & mobile app development. Creators of Folktells, the easiest way for families to stay in touch with seniors. Developers of Flutter plugins. Song: Can I Do It On My Own See also credits. transcript. gallery. allusionsanimation errors. statistics. speculation Episode guide PreviousApplejack's 'Day' Off NextSpice Up Your Life Flutter.
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 |
Download information | |
---|---|
File size | 32.51 MB |
Total downloads | 17 |
Pricing | |
---|---|
License model | Free |
Price | N/A |
Version History
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
Flutter Markdown Editor
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
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.
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
Flutter Markdown
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