Romain Rastel

Results 10 issues of Romain Rastel

Add an example that uses [binder](https://github.com/letsar/binder).

## Steps to Reproduce 1. Execute `flutter run` on and iOS device, on the code sample available on this repo: https://github.com/letsar/flutter_camera_ios_orientation_issue 2. Rotate the device to the left so that...

platform-ios
plugin
p: first party
p: camera
p: third party
a: layout
has reproducible steps
found in release: 3.3
found in release: 3.7

Hi! First of all, thanks for this suite of packages. We are using Ferry within a monorepo and using `ferry_generator` to generate the models. We would want to have each...

After upgrading to Flutter 3.13 we can no longer click on `GooglePayButton`. **To Reproduce** Steps to reproduce the behavior: 1. Install Flutter 3.13 2. Run the code on this repo:...

bug

Hi, Thanks for your work on this plugin. We upgraded Flutter to the latest stable version (1.12.13+hotfix.5) and while our project can run, it cannot build an apk using ```bash...

If we try to run build_runner with this package on a folder which is not a git repository we have the following error: ```bash [SEVERE] build_flutter_version on lib/$lib$: ProcessException: stdout:...

enhancement

The `Version `class could have a `const `constructor. Then we could use this `const `construtor lines 47 and 67 of version.dart file.

The naming of the classes and the methods may not be perfect. Before reaching a stable version, it's important to have a good api. This issue is created so that...

help wanted

It's seems that isar_flutter_libs is requiring a privacy manifest. See https://github.com/flutter/flutter/issues/131940 for context. Apple announcement here: [developer.apple.com/support/third-party-SDK-requirements](https://developer.apple.com/support/third-party-SDK-requirements/) May 1st deadline announcement here: [developer.apple.com/news/?id=3d8a9yyh](https://developer.apple.com/news/?id=3d8a9yyh) This [analyzer](https://github.com/crasowas/app_store_required_privacy_manifest_analyser/tree/main) reported that isar_flutter_libs needs to...

enhancement

When I create a Fragment with a type which is an interface, or has fields which are interfaces, the generated code does not work at runtime. For example let's have...