Daniel Gomez

Results 82 issues of Daniel Gomez

- Android studio `2.2.3` - Kotlin `1.0.6` - Spek idea plugin `0.3.2` Im getting a bubble with `Spek threw an uncaught ClassCastException` ``` org.jetbrains.spek.idea.SpekConfigurationFactory@6d32e6e produced wrong type: org.jetbrains.kotlin.psi.KtBlockExpression cannot be...

If I set the modalTransitionStyle for my controller, even on the RBStoryboardLink object it is not changing. I ended up setting the transition style in performSegueWithIdentifier... ``` override func prepareForSegue(segue:...

The idea is that all requests done by the library could be tracked using: - https://firebase.google.com/docs/perf-mon - android docs: https://firebase.google.com/docs/perf-mon/network-traces?platform=android We do use that, and it tracks all requests but...

**Description** Hi I am unable to set up the `avoid-banned-imports` to warn when there's an import from flutter that has a `show` on my presentation layer, let's say a *ViewModel*....

Improvement
Review/Pending

### [REQUIRED] Step 2: Describe your environment * Android Studio version: Im using flutter 3.16.4 on Intellij * Firebase Component: Performance Monitor * Component version: firebase_performance: [0.9.4+4](https://pub.dev/packages/firebase_performance/changelog#0944) ### [REQUIRED] Step...

api: performance
needs-attention

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Which plugins are affected? Performance ### Which platforms are affected? Android, iOS ###...

type: bug
plugin: performance
platform: android
blocked: firebase-sdk

# Current We add integration with things like amplitude, firebase and so on and that requires that the dependency is added on each platform like this: - Android: https://github.com/la-haus/flutter-segment/blob/master/android/build.gradle#L38 -...

enhancement
help wanted

# Current We need to go to these files manually and put the same value from `pubspec.yml` (https://github.com/la-haus/flutter-segment/blob/master/pubspec.yaml#L3) in here on each release Each file where it should be updated:...

enhancement
help wanted

After running `flutter pub publish` it prints this warning: ```console * 7 checked-in files are ignored by a `.gitignore`. Previous versions of Pub would include those in the published package....

help wanted

Currently, we can call `Segment.debug(true/false)` but it only works on iOS for some reason. We need to implement it for android too, some docs: - https://segment.com/docs/connections/sources/catalog/libraries/mobile/android/#adding-debug-logging

help wanted
feature-request