Mmisiek

Results 17 issues of Mmisiek

I have an issued with FREQ_DOPP resolution for L5+ case. If you change number of bins (in linespace) you are getting peaks at different frequencies. If you change from 31...

I have code: ``` final Email email = Email( body: body, subject: subject, recipients: [scoutReport.sendTo], isHTML: true, bcc: [], cc: [], attachmentPaths: [ pdfFile.path, ], ); FlutterEmailSender.send(email).then((value) => {}); ```...

## Flutter Sound Version : |-- flutter_sound 8.3.12 | |-- flutter_sound_platform_interface 8.3.12 | |-- flutter_sound_web 8.3.12 | | |-- flutter_sound_platform_interface... ---------------------------------------------------------- ## Severity Plugin rises exception. -------------------------------------------------------- ## Platforms you...

maybe bug
Not yet handled

### Plugin device_plus_info_windows ### Use case The use of old ffi blocks adding new plugins like catcher: Because device_info_plus >=2.1.0 =3.2.1 =2.1.0 =0.6.9 depends on device_info_plus ^3.1.1, catcher >=0.6.9 requires...

enhancement
triage

The decodePng used to work nicely with my PNG file in previous versions of Flutter. ` ByteData bytes = await rootBundle.load('images/pestscope_tm.png'); logoImage = image.decodePng(bytes.buffer.asUint8List());` Suddenly it decodes PNG file, the...

``` michal@Michals-MacBook-Pro~/Downloads/gdrive-master $ go get github.com/prasmussen/gdrive go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and...

Hi, This is a great plugin but I think there is an issue with onMonthChanged. In my app it is called each time I select new data, even from same...

Sending attachments broke recently: ``` I/ViewRootImpl@477a313[MainActivity](32228): ViewPostIme pointer 1 I/flutter (32228): /data/user/0/com.pestscope.pestscopemobile/cache117490004--13.pdf W/NetworkRequest(32228): No App Check token for request. 2 I/System.out(32228): (HTTPLog)-Static: isSBSettingEnabled false I/flutter (32228): Bytes loaded:7583132 W/Bundle (32228):...

I have no idea why but when I call: ``` icon: const Icon( MdiIcons.arrowSplitHorizontal, ), ``` I get: All icons are wrong, I even tried by name same effect. Any...