-
I am new in flutter and I am not able to solve this issue can anyone help me? I am able to get data in string if I type `Future login()` instead of `Future login()` this and it will print on Presenter…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
## Steps to Reproduce
**Code:**
```
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(Bui…
-
I'm trying to migrate a project from Fortran95 (yes, I know it's old, that's why it needs to be migrated... :grin:) to Dart, but I get the following error:
```
Traceback (most recent call last):
…
-
Currently, for all of the desktop builds, we trigger the native build (Xcode, make, etc.) and that eventually calls into the backend script that copies engine artifacts like the library and the C++ cl…
-
Migrating from all of the deprecated APIs/libraries (like [`packages_file.parse`](https://pub.dev/documentation/package_config/latest/package_config.packages_file/parse.html)) to supported ones (like …
-
Describe the bug
The add-on can get same properties but breaks at same point.
LEAF_TYPE
NewerThanMay2019
Expected behavior
Finish the Leaf request without any error.
There seems to be a …
-
### Steps to reproduce
1. Run app on iOS or Android
2. Click on "Random Drawing"
### Expected results
The app should continue working and the generation failing in case the exported image is too l…
-
### Page URL
https://dart.dev/guides/language/effective-dart/design
### Page source
https://github.com/dart-lang/site-www/tree/main/src/_guides/language/effective-dart/design.md
### Descri…
-
Internal: b/157889018
Material's elevation affects Semantics boundaries. See the following repro:
```dart
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class …