Daniel Gomez

Results 82 issues of Daniel Gomez

**Is your feature request related to a problem? Please describe.** The definition of the class is nullable on every field, at least latitude and longitude should not be nullable: https://github.com/Lyokone/flutterlocation/blob/master/packages/location_platform_interface/lib/src/types.dart#L46-L50...

The current declaration of attributes on `LocationData` class does not make sense to me because all the attributes are nullable, why do you want to have a `LocationData` without location...

Currenlty you can not change a Tab item from the TabLayout from the styles, you have to do some hacky thing like: The issue is when you want to change...

feature request
Widget: Tab

## Use case Using Flutter Intellij plugin version `58.0.3` it shows the list of warnings and info results from the linter, and it lets you go to each file and...

d: intellij
dependency: dart
proposal
passed first triage

### Action config ```YAML - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: "${{ secrets.GITHUB_TOKEN }}" firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}" expires: 30d projectId: my-awesome-project ``` ### Error message ```bash /usr/local/bin/npx firebase-tools hosting:channel:deploy --expires 7d...

bug

HI This looks like an "awesome" https://github.com/sindresorhus/awesome Maybe people will find it more if its named as Awesome Android Gists or something like that

Sometimes there are icons that works for android but on iOS are different by their patterns, like share button: - Android: ![image](https://user-images.githubusercontent.com/76348/103942417-5ac97700-50fe-11eb-9842-0b6ad940633c.png) - iOS: ![image](https://user-images.githubusercontent.com/76348/103942427-5d2bd100-50fe-11eb-9062-ee73b8214f0a.png) It will be cool if...

Hi Im trying to use `compile 'com.github.florent37:picassopalette:1.0.2@aar'` from kotlin. ``` Picasso.with(holder.itemView.context) .load(item.picUrl) .placeholder(R.drawable.ic_face_black_48dp) .into(holder.itemView.itemImageView, PicassoPalette.with(item.picUrl, holder.itemView.itemImageView) .use(BitmapPalette.Profile.MUTED_DARK) .intoBackground(holder.itemView.itemImageView) ) ``` But I get: `java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v7/graphics/Palette$Builder; at com.github.florent37.picassopalette.BitmapPalette.start(BitmapPalette.java:159)...

Hi Thanks for this awesome lib. I would love to have a way to set the fontfamily that the picker uses.

Im getting this warning everytime a job is proccessed on sidekiq: ```ruby Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0. redis.pipelined do redis.get("key")...