Omar Kamel

Results 48 issues of Omar Kamel

**For reference, what is the current latest app version?** ``` Version: v0.0.22 ``` Currently, credentials (api keys) are stored in plain-text. Credentials should be stored in encrypted form. This blocks...

enhancement

```dif + add example Wings startup command, as I was not aware of the ignore cert thing. + add `/etc/hosts` entry to the Wings VM so it can actually reach...

![image](https://github.com/akvelon/flutter-code-editor/assets/30291302/6d684549-4d6b-41ac-9170-12ea9d3370e5) Also, why is the line numbers side bar so... *wide?!*

Flutter has implemented the 2d scrolling api, so this issue is to alert the developer to complete the todo for 2d scrolling that is present in the readme.

enhancement

### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...

feature request

Something that I see a lot is packages that would work really well together, but can't directly import the package in question in order to remain pure (ex flutter widget...

feature

Currently, isolate compute is supported only for flutter. However, if I wanted to make my API client generic for dart use in its own package, I don't get the benefits...

I want to have certain routes use fragments to represent the current location, such as the current file being edited I also use it for filters in some places, though...

Often, we will do something like this: ```dart @riverpod Task task(TaskRef ref) => getTask(); @riverpod String taskName(TaskNameRef ref) => ref.watch(taskProvider).name; ``` This is great, but now if i wanted to...

enhancement

I think it could be really interesting if we could create our own generators like `async`, `async*`, and `sync*` I noticed that really, a lot of the features present in...

feature