FLITTERCORE

Core Concepts

  • What is Flitter?
  • Widget System
  • State Management
  • Layout & Constraints
  • Animation
  • RenderObject
  • CustomPaint

Integrations

  • React
  • Svelte

Widgets

  • Align
  • AnimatedAlign
  • AnimatedContainer
  • AnimatedFractionallySizedBox
  • AnimatedOpacity
  • AnimatedPadding
  • AnimatedPositioned
  • AnimatedRotation
  • AnimatedScale
  • AnimatedSlide
  • AspectRatio
  • Center
  • ClipOval
  • ClipPath
  • ClipRRect
  • ClipRect
  • ColoredBox
  • Column
  • ConstrainedBox
  • ConstraintsTransformBox
  • Container
  • CustomPaint
  • DecoratedBox
  • Draggable
  • Expanded
  • Flex
  • Flexible
  • FractionalTranslation
  • FractionallySizedBox
  • GestureDetector
  • Image
  • IndexedStack
  • IntrinsicHeight
  • IntrinsicWidth
  • LimitedBox
  • Opacity
  • OverflowBox
  • Padding
  • Positioned
  • RichText
  • Row
  • SizedBox
  • Spacer
  • Stack
  • Text
  • Tooltip
  • Transform
  • UnconstrainedBox
  • ZIndex

Tooltip

This widget is motivated by Tooltip in Flutter. But It can render any widget as tooltip meessage (Flutter tooltip can only render message)

Props

width

child: Widget

tootip: Widget**

child: Widget

position

**Value: 'topLeft' | 'topCenter' | 'topRight' ...etc (default: 'bottomCenter') **