Amr Eniou

Results 75 comments of Amr Eniou

for those who want it before merging ``` dependency_overrides: # limited access on iOS 18 for contacts permission_handler_apple: git: url: https://github.com/sodality-tech/flutter-permission-handler.git ref: main path: permission_handler_apple ```

@davidmorgan I tried `cached_build_runner` and here are the results cc @tenhobi `dart run build_runner build --delete-conflicting-outputs` The result: `dart run cached_build_runner build` The result: ``` dev_dependencies: build_runner: ^2.4.14 cached_build_runner: path:...

@davidmorgan Caching is still part of the solution, but faster builds alone won’t fully solve the problem. In a real use case, the user might add changes, such as a...

@MikePendo Yes I have builder before `Material.router` , when do you expect to scan the relevant route without the dependency on primary focus? ``` @override Widget build(BuildContext context) => PendoActionListener(...

I followed proguard in the following guide for Android but I got the following error https://github.com/pendo-io/pendo-mobile-sdk/blob/master/android/pnddocs/pendo-proguard.cfg `java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/navigation/NavController$OnDestinationChangedListener ` Logs ```dart Launching lib/main.dart on Android SDK built...

@MikePendo Yes I need that builder to pass the context from the blocs to the child ``` AppRepositoriesProvider( child: AppBlocProvider( child: Builder( builder: (BuildContext context) => ``` otherwise, I will...

@DavidPendo I found that the proguard issue happened for Android API 27 or less but not on API 29, so it is not an issue for me as I have...

Any expectation for when 3.4 will be released

I don't know the reason but it is nullable anyway `FocusNode? get primaryFocus => _primaryFocus;` https://api.flutter.dev/flutter/widgets/FocusManager/primaryFocus.html Yes, I ok with joining the partner program to test the beta for you

@millerf Unfortunately, the web package was in beta, but it is now stable 1.0.0, it will have less frequent updates or breaking changes