Dimitar Dimitrov
Dimitar Dimitrov
References clean after themselves automatically, and we don't have to do that in code. While the current method is that the Items are Nodes, that aren't added to the scene...
I found this app and it's really nice, simple and clean, I love it! Thank you for your work! Here is a suggestion that may be worth looking into: Right...
Fixes #92 - Added Flutter Linting and made the recommended changes - Updated dependencies - RegExp is now raw String to avoid these backslashes, because they are confusing - Added...
Happens only in optimized builds, I think it's related to `RegExp`. ```dart final WebScraper webScraper = WebScraper('https://mangasee123.com'); if (await webScraper.loadWebPage('/read-online/One-Piece-chapter-1.html')) { Map elementsServer = webScraper.getScriptVariables(['vm.CurPathName']); } ``` ``` E/flutter (...