-
## Steps to Reproduce
Here is a reproducible code snippet:
Example
```dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends Stateless…
-
## Steps to Reproduce
1. create new app: `flutter create --project-name test-copy-paste`
2. replace main.app with code from form class sample: https://api.flutter.dev/flutter/widgets/Form-class.ht…
-
Embedded Flutter modules no longer build for deployment to physical devices in our project after updating to the latest version of Flutter.
Similar issue compared to https://github.com/flutter/flutt…
-
The
## Steps to Reproduce
1. Run `flutter create bug`.
2. Add the following to `main.dart`:
```
import 'dart:convert';
import 'package:flutter/material.dart';
void main() {
run…
-
## Steps to Reproduce
1. create new app: `flutter create test_copy_paste`
2. replace main.app with code from form class sample: https://api.flutter.dev/flutter/widgets/Form-class.html
3. Start Ap…
-
I'm wondering if anyone can help me with this error that keeps appearing when trying to build my Flutter project on iOS
Flutter doctor
```
[✓] Flutter (Channel stable, 2.0.6, on macOS 11.1 20C69 …
-
I'm unable to build my add-to-app project for iOS. The added build phase script fails with the following error:
```
/Users/aaclarke/dev/DoubleEngine/DoubleEngine/double_engine/.ios/Flutter/flutte…
-
When using a navigator with an initialRoute that is not "/", onGenerateRoute is still called for the "/" route. (reproduction steps show this with the MaterialApp integrated navigator, but proble…
-
iOS app is getting properly compiled while building on stable channel, but as soon as i switch to Master, Beta or Dev. It stops compiling. Infact the app compiles even on `d61d7758ed36a517daedbeeea7e1…
-
SwiftUI previews can't access resources from a dependency. If you try to preview a view that uses KeyboardKits `Color` or `KKL10n` resource-based properties, the preview will crash.
Related issues:…