web_query 0.1.0 copy "web_query: ^0.1.0" to clipboard
web_query: ^0.1.0 copied to clipboard

A Flutter package that using simple syntax to parse html and json data.

0.1.0 #

  • Added new QueryString API with features:
    • Simplified scheme syntax (json: and html: prefixes)
    • HTML selectors with * prefixes
    • Default HTML scheme
    • Class name checking with @.class
    • Wildcard class name matching
    • Transform operations
    • Query chaining
    • Required/optional queries
    • RegExp transforms
    • Better error handling

0.0.5 #

  • Support for escape characters in selectors
  • Fixed handling of + in query strings

0.0.4 #

  • Initial version with basic web querying functionality
  • HTML element selection
  • JSON path navigation
  • Basic attribute access

0.0.1 #

  • initial release.
1
likes
0
points
199
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that using simple syntax to parse html and json data.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, html, logging

More

Packages that depend on web_query