Flutter Widgets
Source code for various Flutter widgets that are developed by Google
flutter.widgets (often referred to as the “Flutter Widgets” extras) is a grab bag of production-hardened widgets, utilities, and patterns that complement Flutter’s core framework. It showcases best practices for adaptive layouts, scrolling behavior, input handling, and platform nuances that occur in real apps—not just demos. Many components are small, focused building blocks you can compose, which keeps your widget tree readable while solving thorny UI edge cases. The package is also a...