Skip to content

FLUT-6532 - [Others] Fixed the map animation sample issue #300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2022

Conversation

Marismathan
Copy link
Contributor

@Marismathan Marismathan commented Jun 2, 2022

Description

Due to Flutter 3.0.0 update, the animation sample of maps is outdated.(https://help.syncfusion.com/flutter/maps/vector-layers/arc-layer#animation). On that sample codes, I have done the below changes,

  • The animation type (Changed late Animation animation as late Animation<double> animation)
  • Used TickerStateProviderMixin with state class because of the usage of async in animation.

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: FLUT-6532-Map-changes

@SyncfusionBuild
Copy link
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: FLUT-6532-Map-changes
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
FT Layout Syntax Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0

@JayavigneshwaranG JayavigneshwaranG merged commit e54a39b into hotfix/hotfix-v20.1.0.55 Jun 2, 2022
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