Skip to content

shlomi93/android-project-flutter-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q1:

The class which implements the controller is SnappingSheetController.

Features:

  • snapToPosition - set a specific position in the sheet (with animation)

  • setSnappingSheetPosition – same but without animation.

  • currentPosition – get current position in the sheet

  • currentlySnapping – check if the sheet is currently snapping

  • stopCurrentSnapping – stop current snapping

Q2:

_animationController is the one who controls the animation.

  • This object is from type AnimationController

Q3:

  • GestureDetector has a lot more options and features than InkWell

  • InkWell has the options to add decorations such as colors, or ripple, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages