Etienne Théodore

Results 14 issues of Etienne Théodore

Just after adding twitter in the pubspec like this `flutter_twitter: ^1.1.3` then I compile for Android I have this error: ``` Launching lib/main_dev.dart on Android SDK built for x86 in...

Any possibility to launch TestFlight instead of App Store for iOS ?

**Is your feature request related to a problem? Please describe.** I'm looking for a way to allow $ in class when freeze generate class. Let me explain. I use Mutation/Query...

enhancement
needs triage

If I want to put the application on Android phone we need to add a permission for internet in the manifest like so: `` Btw, very thanks for all this...

No a bug, justa simple question: I want to dynamically change a Text inside an animation, can we pass some metadata to the animation ? (I saw custom property with...

bug

Should be possible to: ```dart Linkify( textSpan: TextSpan('My text'), ) ``` In this configuration `text` parameter should be optionals.

# Description Adding `disposeOnDrag` and `onTargetHorizontalDragUpdate` to `Showcase` class. ## Checklist - [x] The title of my PR starts with a [Conventional Commit] prefix (`fix:`, `feat:`, `docs:` etc). - [x]...

Based on this issue https://github.com/Milad-Akarie/auto_route_library/issues/1283 it should be possible to add transitionsBuilder in the constructor of `MaterialWithModalsPageRoute`. I made an example of a working class here https://github.com/Milad-Akarie/auto_route_library/issues/1283#issuecomment-1325242772 Maybe we should...