kuchienkz

Results 7 issues of kuchienkz

Tested on: -IDE: Visual Studio 2017 (with latest updates) -OS: Windows 7 x64

Hello, I'm currently working with a Flutter web project, and I want to use this extension to help my work. But the problem with Flutter project is, you don't really...

1. ~~Parameter rootDirectory becomes optional. When not set, internal storage will be set as root, another external storage may be selected by accessing the Drawer on dialog.~~ 2. Parameter `rootDirectory`...

I believe this is supported by Apex Charts, but I don't see any option/method (on the Readme) to show the Export/Download menu for the generated charts.

![image](https://user-images.githubusercontent.com/15715495/210287889-7d000dc9-54ec-4080-886d-cfde6cac4f56.png) I don't know whether this is a bug or not, but I think the time range for all-day events is simply "All day", no need to show time range....

enhancement

**Describe the bug** I played this certain crypto tap-to-earn game on NekoX, works just like on the ori telegram. But when I tried to create a [TON Wallet](https://ton.org/wallets) in-game, I...

Since there is a need to convert older version data model (which saved locally), I customized the `fromJson` factory as follows: ``` import 'package:json_annotation/json_annotation.dart'; part 'user.g.dart'; @JsonSerializable(nullable: false) class User...