Nabeel Parkar
Nabeel Parkar
Hello @AndroidDesigner. Could you provide some more details about your device? Which Raspberry are you running this on? Could you post the output of `flutter doctor -v` as well as...
Is this issue reproducible with a default counter app generated by `flutter create`? Also, have you check this project https://github.com/ardera/flutter-pi?
Hello @kirill-21. Thank you for filing this issue. Can you please provide the following information? - A [complete and minimal, reproducible code sample](https://stackoverflow.com/help/minimal-reproducible-example). Ideally, a single `main.dart` file that can...
I can reproduce this issue with the code sample provided below on `Master (3.7.0-27.0.pre.25)`. Code Sample (Same as OP) ```dart import 'package:flutter/material.dart'; void main() => runApp(const MyApp()); class MyApp extends...
Hello @shadowmelds. Thank you for filing this issue. Can you please provide the following information? - A [complete and minimal, reproducible code sample](https://stackoverflow.com/help/minimal-reproducible-example). Ideally, a single `main.dart` file that can...
Hello @shadowmelds. Unfortunately, I cannot use this code as it includes a 3rd party library (`bitsdojo_window`). Please provide steps to reproduce without any 3rd party libraries, and make sure it's...
Hello @williamhjcho. I can reproduce this issue. Indeed defaulting to true, `RawChip` ignores the parent `Theme`. I am not sure if this is intended or not, therefore I'll label it...
Hello @mycar98765. Thank you for filing this issue. Can you please provide the following information? - A [complete and minimal, reproducible code sample](https://stackoverflow.com/help/minimal-reproducible-example). Ideally, a single `main.dart` file that can...
This looks like a logical issue in your code @mycar98765. Unfortunately, Github issues is not the right place for these type of questions. Might I suggest asking questions in the...
Hello @AlakbarHeyderov. Thank you for filing this issue. Can you please provide the following information? - A [complete and minimal, reproducible code sample](https://stackoverflow.com/help/minimal-reproducible-example). Ideally, a single `main.dart` file that can...