fluttercommunity / fluttercommunity/plus_plugins
[Bug]: Subject message is ignored(First sentence of text is taken instead)
- Lenguaje dominante
- Dart
- Estrellas
- 1.9k
- Forks
- 1.3k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Platform
iOS 26.6
### Plugin
share_plus
### Version
13.3.0
### Flutter SDK
3.44.6
### Steps to reproduce
Share message from code sample and choose Gmail
### Code Sample
```dart
ShareParams(
text: "You're invited to XXX — join and get something.\nhttps.xxxx.com"
subject: "You're invited to XXX",
);
```
### Logs
```shell
-
```
### Flutter Doctor
```shell
[✓] Flutter (Channel stable, 3.44.6, on macOS 26.5.1 25F80 darwin-arm64 (Rosetta), locale en-GB) [6.0s]
• Flutter version 3.44.6 on channel stable at /Users/xxxxx/fvm/versions/3.44.6
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision ee80f08bbf (8 weeks ago), 2026-07-08 15:02:06 -0700
• Engine revision 83675ed276
• Dart version 3.12.2
• DevTools version 2.57.0
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop,
enable-android, enable-ios, cli-animations, enable-native-assets, enable-swift-package-manager,
omit-legacy-version-file, enable-lldb-debugging, enable-uiscene-migration
```
### Checklist before submitting a bug
- [x] I searched issues in this repository and couldn't find such bug/problem
- [x] I Google'd a solution and I couldn't find it
- [x] I searched on StackOverflow for a solution and I couldn't find it
- [x] I read the README.md file of the plugin
- [x] I'm using the latest version of the plugin
- [x] All dependencies are up to date with `flutter pub upgrade`
- [x] I did a `flutter clean`
- [x] I tried running the example project
Guía de contribución
Línea de trabajo
Comienza con el proyecto de ejemplo de share_plus y reproduce el caso de ShareParams en iOS seleccionando Gmail. Sigue cómo se pasan los valores de text y subject de la muestra de código al flujo de compartir. Se considera terminado cuando Gmail usa el subject proporcionado en lugar de la primera oración de text, y el ejemplo o una prueba adecuada confirma el comportamiento.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- dart, flutter, ios
- Área
- mobile
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Activo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 68/100