Aadarsha Dhakal

Results 6 issues of Aadarsha Dhakal

### 👟 Reproduction steps From Appwrite Dashboard, try to create a document with a few empty values in an optional array. No message is shown. The document is not created...

bug

The project was using the package [enum_to_string](https://pub.dev/packages/enum_to_string) for converting Enum objects to String and vice versa. Since dart 2.15 this functionality ships with dart core library. So there is no...

Fix zap_dev to support installation using dart pub global activate zap_dev command. Just added two lines in pubspec.yaml

I was trying to use this package in a hobby project, but I found this hard because I didn't know how to get started. There is no example app and...

This is my future plan to add dart written tutorials roadmap to this app.

enhancement

When tapping the code editor edit button the build method of the HomePage widget is called causing the whole HomePage to rebuild. In Linux, it's working perfectly.

bug
help wanted