All Projects → rodydavis → Easy_web_view

rodydavis / Easy_web_view

Licence: mit
Flutter Web Views on Mobile and Web made easy!

Projects that are alternatives of or similar to Easy web view

Write With Me
Real-time Collaborative Markdown Editor
Stars: ✭ 81 (-4.71%)
Mutual labels:  markdown
Kefirbb
A flexible Java text processor. BB, BBCode, BB-code, HTML, Textile, Markdown, parser, translator, converter.
Stars: ✭ 83 (-2.35%)
Mutual labels:  markdown
Hypermd
A WYSIWYG Markdown Editor for browsers. Break the Wall between writing and previewing.
Stars: ✭ 1,258 (+1380%)
Mutual labels:  markdown
Markr
Minimalistic markdown editor for MacOS with live preview
Stars: ✭ 82 (-3.53%)
Mutual labels:  markdown
Remark Github
plugin to autolink references to commits, issues, pull-requests, and users, like on GitHub
Stars: ✭ 83 (-2.35%)
Mutual labels:  markdown
Neuron.vim
📝 Manage your Zettelkasten in {n}vim.
Stars: ✭ 84 (-1.18%)
Mutual labels:  markdown
Ascidia
A command-line utility for rendering technical diagrams from ASCII art
Stars: ✭ 80 (-5.88%)
Mutual labels:  markdown
Flutter inappwebview
A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.
Stars: ✭ 1,259 (+1381.18%)
Mutual labels:  webview
Mathbin
Math pastebin with LaTeX and Markdown support
Stars: ✭ 83 (-2.35%)
Mutual labels:  markdown
Community Modules
Stars: ✭ 1,258 (+1380%)
Mutual labels:  markdown
Domador
😼 Dependency-free and lean DOM parser that outputs Markdown
Stars: ✭ 82 (-3.53%)
Mutual labels:  markdown
Ignite
Modern markdown documentation generator
Stars: ✭ 83 (-2.35%)
Mutual labels:  markdown
Laravel Blog
基于Laravel5.8构建的轻量博客应用,支持Markdown,支持图片拖拽上传,界面简洁,SEO友好,支持百度链接自动和手动提交
Stars: ✭ 84 (-1.18%)
Mutual labels:  markdown
Canvas
Hacking on the remains of Canvas. Nothing to see yet.
Stars: ✭ 82 (-3.53%)
Mutual labels:  markdown
Coolindicator
A dazzling indicator
Stars: ✭ 85 (+0%)
Mutual labels:  webview
Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (-4.71%)
Mutual labels:  markdown
Markdown Plus Plus
Markdown syntax highlighting for Notepad++, by customized UDL file (user defined language)
Stars: ✭ 1,252 (+1372.94%)
Mutual labels:  markdown
Flutter browser app
A Full-Featured Mobile Browser App (such as the Google Chrome mobile browser) created using Flutter and the features offered by the flutter_inappwebview plugin.
Stars: ✭ 85 (+0%)
Mutual labels:  webview
Blog Vue Typescript
vue + typescript + element-ui 支持 markdown 渲染的博客前台展示
Stars: ✭ 1,262 (+1384.71%)
Mutual labels:  markdown
Linl
Linl Is Not Letter -- Markdown-based LaTeX Letter Template
Stars: ✭ 84 (-1.18%)
Mutual labels:  markdown

Buy Me A Coffee Donate flutter_whatsnew

easy_web_view

Easy Web Views in Flutter on Web and Mobile!

  • Supports HTML Content or a Single Element
  • Supports Markdown Source
  • Supports convert to Flutter widgets
  • Supports remote download of url
  • Markdown -> Html
  • Html -> Markdown
  • Supports change in url
  • Selectable Text
  • Supports multiple views on the same screen if you provide a unique key

Online Demo: https://rodydavis.github.io/easy_web_view

Getting Started

Setup iOS Info.plist

<key>io.flutter.embedded_views_preview</key>
<true/>

For Loading a new url or changing width/height just call setState!

 EasyWebView(
  src: src,
  isHtml: false, // Use Html syntax
  isMarkdown: false, // Use markdown syntax
  convertToWidgets: false, // Try to convert to flutter widgets
  // width: 100,
  // height: 100,
)

Screenshots

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].