Kyrylo K.

Results 24 issues of Kyrylo K.

``` Unable to load asset: resources/icons/mouse.svg; #0 PlatformAssetBundle.load (package:flutter/src/services/asset_bundle.dart:224)#1 AssetBundle.loadString (package:flutter/src/services/asset_bundle.dart:68)#2 AssetBundlePictureProvider._loadAsync (package:flutter_svg/src/picture_provider.dart:462) ``` ``` Bad state: Invalid SVG data; #0 SvgParserState.parse (package:flutter_svg/src/svg/parser_state.dart:823)#1 SvgParser.parse (package:flutter_svg/parser.dart:25)#2 Svg.fromSvgString (package:flutter_svg/svg.dart:119)#3 Svg.svgPictureStringDecoder (package:flutter_svg/svg.dart:80)#4 SvgPicture.svgStringDecoder....

Sometimes this error happens(Usually in release mode) with message that file is busy by some system entity. ``` _File.open. (dart:io/file_impl.dart:356)#1 _rootRunUnary (dart:async/zone.dart:1436)#2 JsonCacheInfoRepository._saveFile (package:flutter_cache_manager/src/storage/cache_info_repositories/json_cache_info_repository.dart:191) ``` I think it will be...

``` FormatException: Unexpected end of input (at character 1)^; #0 _ChunkedJsonParser.fail (dart:convert-patch/convert_patch.dart:1405)#1 _ChunkedJsonParser.close (dart:convert-patch/convert_patch.dart:523)#2 _parseJson (dart:convert-patch/convert_patch.dart:41)#3 JsonDecoder.convert (dart:convert/json.dart:506)#4 JsonCodec.decode (dart:convert/json.dart:157)#5 jsonDecode (dart:convert/json.dart:96)#6 JsonCacheInfoRepository._readFile (package:flutter_cache_manager/src/storage/cache_info_repositories/json_cache_info_repository.dart:144)#7 JsonCacheInfoRepository.open (package:flutter_cache_manager/src/storage/cache_info_repositories/json_cache_info_repository.dart:41)#8 CacheStore._getCacheDataFromDatabase (package:flutter_cache_manager/src/cache_store.dart:110) ``` As...

Will you add windows 7 support? Right now any app that uses this plugin can not be even launched on this windows version due to bitsdojo incompatibility but if you...

After updating flutter to 3.7.0 all scrolling widgets(Like ListView, GridView, SingleChild...) are scrolling much faster. I merely touch the mouse wheel and content is already scrolled to the end. The...

severe: regression
framework
a: mouse
has reproducible steps
found in release: 3.7

![image](https://user-images.githubusercontent.com/63228361/132346915-05d28afa-8f1a-4bcd-ad48-884525fda152.png) The UI is not rendered, however, it's possible to interact with the app(cursor changes on button/textfield hovering), you can navigate between screens, execute dart code without problems. **Reproducible on...

engine
platform-windows
severe: rendering
a: desktop
passed first triage
e: OS Version specific
a: production
P4

Can you please add support for [WFP ](https://learn.microsoft.com/en-us/windows/win32/api/_fwp/)(Windows Filtering Platform)? ![image](https://github.com/dart-windows/win32/assets/63228361/28dab441-3276-4f5a-9306-8bb55f20ed2f)

feature
blocked
package: win32
P3

Fixed "This widget has been unmounted, so the State no longer has a context" [error](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/313). Might happen when user switches screens very fast

[DartError] This widget has been unmounted, so the State no longer has a context (and should be considered defunct).Consider canceling any active work during "dispose" or using the "mounted" getter...

```Dart [2023-10-19 14:39:22] [DART] [Build: 3.2.31.0] XmlParserException: ">" expected at 2:8; #0 XmlEventIterator.moveNext (package:xml/src/xml_events/iterator.dart:42) #1 SvgParser._readSubtree (package:vector_graphics_compiler/src/svg/parser.dart:673) #2 _SyncStarIterator.moveNext (dart:async-patch/async_patch.dart:554) #3 SvgParser._parseTree (package:vector_graphics_compiler/src/svg/parser.dart:764) #4 SvgParser.parse (package:vector_graphics_compiler/src/svg/parser.dart:799) #5 parse (package:vector_graphics_compiler/vector_graphics_compiler.dart:76) #6...