CodeDoctor

Results 298 comments of CodeDoctor
trafficstars

Hello, thanks for your response. I think this issue is related to something else. Both has something to do with the getDirectoryPath function, but in this issue is about the...

Yeah i think copying isn't the big solution here. I would be able to use the getDirectoryPath to store data like documents here to allow users to choose their favorite...

Hmm, I tested the implementation now but the getDirectoryPath future didn't complete on android My code: ```dart onTap: () async { final settingsCubit = context.read(); try { print("starting selecting"); final...

Sorry, it was my mistake. I forgot the `super.onActivityResult(requestCode, resultCode, data);` call in my `MainActivity.java` file in the android directory (https://github.com/LinwoodDev/Butterfly/commit/8f75c08927b0311ebed73b062612c1f3822e34b1#diff-e1a742659383f702dc0594795ed51f8cda3cc0dc0f13a67819eec34a721679dfR109)

That would be nice. Some files are not correct, that the GitHub ci can build it. A pull request can help me a lot By the way: My new project...

Hi, If you want you can create a pull request :)

Hello, I'm currently coding a note-taking app where this functionality will also be useful. The range function could be implemented using the take function: https://api.dart.dev/stable/3.0.0/dart-core/Iterable/take.html. But currently, emit doesn't know...

Hmm, I created a new project but this error occurs again: ``` ✓ Bundling sources (0.4s) All path dependencies must be within the project. External path dependencies detected: • shared...

It should be fixed in the 2.0 version

> Touching the screen with the pen, and pressing the Pen button while touching the screen, will turn the eraser on. See link (confirmed personally on my device). That happens...