Aulig

Results 5 issues of Aulig

Since a while posts like these work now: https://www.reddit.com/r/announcements/comments/hrrh23/now_you_can_make_posts_with_multiple_images/ How can I access the individual images in them? Submission.getUrl() gives a link like this: https://www.reddit.com/gallery/ipflhp Not sure how to proceed...

The null check `css.parseSelectorGroup(input)!` in `querySelectorAll(String input)` in `node.dart` throws an exception if you pass an empty string as input. Same issue occurs with `querySelector`, as that also calls `querySelectorAll`....

It seems like universal_html does not parse iframes like html. universal_html escapes the content of the iframes, while html doesn't. Code to reproduce the issue: ```dart import 'package:html/parser.dart'; import 'package:universal_html/parsing.dart';...

## 🏗 Enhancement Proposal If your app only needs access to the location while the app is in use, the app should only specify NSLocationWhenInUseUsageDescription in Info.plist, otherwise you could...

type: enhancement
platform: ios
P2

### Documented behaviour Not documented. ### Actual behaviour I use the app_links package to make it so links to my website (regular https links, not deep links with a custom...