Skip to content

dened/sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandbox

This repository serves as a sandbox for various simple widgets and experimental projects in Flutter. The goal is to explore different aspects of the Flutter framework by creating small, self-contained examples.

Custom Stepper Widget

A custom Stepper widget, which demonstrates custom layout, painting and interaction using RenderObject.

Stepper demo

Bounce Ball Widget

A bouncing ball widget that showcases physics simulation, custom painting, and animation. Performs well even with a large number of particles.

Bounce ball demo

Three State App Bar

A three-state app bar that changes its appearance based on the scroll position of a SliverList. It uses a SliverPositionNotifier to track the scroll position and update the app bar's color dynamically.

Three state app bar demo

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors