Skip to content

Conversation

- if legend label has long text, it will causing overflow issue
- fixed it by adding Expanded in LegendPosition left and right

✨ feat: add prefix and suffix parameters in ChartValuesOptions

- need this parameters in certain use case.
- this paramater was added to fix issue when legedPosition is right or left
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
minSdkVersion 28
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we sure we need to hardcode here?
@singhtaranjeet any insights?

Copy link

@singhtaranjeet singhtaranjeet Dec 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it's fine to have it as hardcoded and it totally depends upon the requirements of the project but do we actually need to set it at 28 which is android 9?
Default of flutter 3.16 minSdkVersion is 19.
And Default of previous flutter version was android 16.

IMO we can go with flutter default as of now but in future if project requires then we can make the values hardcoded.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tajjacob any specific reason we changed this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@apgapg this one for my project. I can change it to default back

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants