-
```
# This YAML file has been written using YamlMagic.
name: mobile
description: A new Flutter project.
publish_to: none
version: 1.0.2+3
environment:
sdk: ">=3.2.3
-
This label appears to be properly localized with localizations.tabLabel:
https://github.com/flutter/flutter/blob/af9f210443971a86484c4772f54003838e64b388/packages/flutter/lib/src/material/tabs.dart#L…
-
I just finished setting up TestSweet by following [the guide](https://testsweets-docs.web.app/guides/code-integration/)
But it's not letting me run the app in capture mode.
I keep getting this e…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
App Check
### Which platforms are affected?
iOS
### Description
…
-
### Steps to reproduce
1. Add Internationalizing to the app by flutter_localizations and intl (https://docs.flutter.dev/ui/accessibility-and-internationalization/internationalization)
2. Add spell…
-
1. Setup localizations settings
pubspec.yaml
```
flutter_localizations:
sdk: flutter
```
MyApp
```
class MyApp extends StatelessWidget {
// This widget is the root of your application…
-
## Steps to Reproduce
1. Use `Localizations.override()` to override the localizations for a portion of an app (for example, a single route)
2. Use common localizations patterns that involv…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and found no duplicates.
### What plugin is this bug for?
Firebase UI Auth
### What platform(s) does this…
-
To get the project to work in Flutter 2 I had to make a couple of changes to the supporting packages:
1. - In picture_stream.dart, I changed the word 'DiagnosticableMixin' to 'Diagnosticable'
2. …
-
**Function to test**
String uploadedImageUrl = await AmazonS3Cognito.uploadImage(
path,
'myalbum/$_userId/$_albumId',
'us-east-1:xxxxxx-xx-xx-xx-xxxxx');
pri…