-
## Describe the bug
A clear and concise description of what the bug is.
## To Reproduce
void main() async {
var token = 'My_Token';
final username = (await Telegram(token).getMe()).username…
-
### Steps to reproduce
1. In `post_content.dart` change `maxLines` from 3 to 6
2. Start Pixel 4 API 32 emulator with Visual Studio Code
3. Start Dart Frog
4. Run Flutter News Toolkit using the pr…
-
all connection information (SDP, Icecandidates) are sent via websocket,
and both parties receive it (confirmed through logs)
but it just never seem to connect
here's my dart code
```dart
…
-
Hi, is there any parameter to specify tab size in text widget such as `Text` and `RichText`?
Seems it is 8 by default. In some cases developers may want to specify it as 4 or 2, for example [code s…
-
Hi, I'm using Zefyrka Package in my flutter web project. But I found some issue in Flutter web.
1 - Zefyrka editor takes 4-5 seconds before someone can use the editor.
2- Line spacing is too much…
-
Currently, only GET requests seem to be handled and optionally POST methods, if allowPostMethod == true. I suggest replacing allowPostMethod with allowedMethods: Set, so the user can configure which m…
-
Hi Zefyr team,
I'm wondering how can we add a placeholder widget until the image is uploaded in the editor.
```
@override
Future pickImage(ImageSource source) async {
String initialDire…
-
## Use case
Currently to specify a padding different only on 1 side or 2 sides you have to type more than I think you should. This change will make the code less verbose and easier to follow. T…
-
I was going through a problem when editing a value in a masked input. For example, if the user typed his phone "(54) 99999-9999" and wanted to change it to "(54) 94999-9999" the input would put the nu…
-
Howdy! I followed your rvm installation instructions and tried running a "hello world" Ruby script. Here was my output:
```
ERROR 2258 , a ArgumentError occurred (error 2258), reason:rtErrPrimFail…