-
-
Notifications
You must be signed in to change notification settings - Fork 889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activating Open Collective #151
Closed
monkeywithacupcake
wants to merge
1
commit into
Sub6Resources:master
from
opencollective:opencollective
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,5 +1,5 @@ | ||||||
# flutter_html | ||||||
[![pub package](https://img.shields.io/pub/v/flutter_html.svg)](https://pub.dev/packages/flutter_html) | ||||||
[![Financial Contributors on Open Collective](https://opencollective.com/flutter_html/all/badge.svg?label=financial+contributors)](https://opencollective.com/flutter_html) [![pub package](https://img.shields.io/pub/v/flutter_html.svg)](https://pub.dev/packages/flutter_html) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
[![CircleCI](https://circleci.com/gh/Sub6Resources/flutter_html.svg?style=svg)](https://circleci.com/gh/Sub6Resources/flutter_html) | ||||||
|
||||||
A Flutter widget for rendering static html tags as Flutter widgets. (Will render over 70 different html tags!) | ||||||
|
@@ -113,3 +113,33 @@ Check out the official Flutter WebView package here: https://pub.dartlang.org/pa | |||||
This package has a known issue where text does not wrap correctly. Setting `useRichText` to true fixes the issue | ||||||
by using an alternate parser. The alternate parser, however, does not support the `customRender` callback, and several elements | ||||||
supported by the default parser are not supported by the alternate parser (see [#61](https://github.com/Sub6Resources/flutter_html/issues/61) for a list). | ||||||
|
||||||
## Contributors | ||||||
|
||||||
### Code Contributors | ||||||
|
||||||
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. | ||||||
<a href="https://github.com/Sub6Resources/flutter_html/graphs/contributors"><img src="https://opencollective.com/flutter_html/contributors.svg?width=890&button=false" /></a> | ||||||
|
||||||
### Financial Contributors | ||||||
|
||||||
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/flutter_html/contribute)] | ||||||
|
||||||
#### Individuals | ||||||
|
||||||
<a href="https://opencollective.com/flutter_html"><img src="https://opencollective.com/flutter_html/individuals.svg?width=890"></a> | ||||||
|
||||||
#### Organizations | ||||||
|
||||||
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/flutter_html/contribute)] | ||||||
|
||||||
<a href="https://opencollective.com/flutter_html/organization/0/website"><img src="https://opencollective.com/flutter_html/organization/0/avatar.svg"></a> | ||||||
<a href="https://opencollective.com/flutter_html/organization/1/website"><img src="https://opencollective.com/flutter_html/organization/1/avatar.svg"></a> | ||||||
<a href="https://opencollective.com/flutter_html/organization/2/website"><img src="https://opencollective.com/flutter_html/organization/2/avatar.svg"></a> | ||||||
<a href="https://opencollective.com/flutter_html/organization/3/website"><img src="https://opencollective.com/flutter_html/organization/3/avatar.svg"></a> | ||||||
<a href="https://opencollective.com/flutter_html/organization/4/website"><img src="https://opencollective.com/flutter_html/organization/4/avatar.svg"></a> | ||||||
<a href="https://opencollective.com/flutter_html/organization/5/website"><img src="https://opencollective.com/flutter_html/organization/5/avatar.svg"></a> | ||||||
<a href="https://opencollective.com/flutter_html/organization/6/website"><img src="https://opencollective.com/flutter_html/organization/6/avatar.svg"></a> | ||||||
<a href="https://opencollective.com/flutter_html/organization/7/website"><img src="https://opencollective.com/flutter_html/organization/7/avatar.svg"></a> | ||||||
<a href="https://opencollective.com/flutter_html/organization/8/website"><img src="https://opencollective.com/flutter_html/organization/8/avatar.svg"></a> | ||||||
<a href="https://opencollective.com/flutter_html/organization/9/website"><img src="https://opencollective.com/flutter_html/organization/9/avatar.svg"></a> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this get moved to the end of the badge list?