gap icon indicating copy to clipboard operation
gap copied to clipboard

Flutter widgets for easily adding gaps inside Flex widgets such as Columns and Rows or scrolling views

Results 18 gap issues
Sort by recently updated
recently updated
newest added

Replaced Scrollable.of try catch block with Scrollable.maybeOf

Hello. I'm very familiar with the Expanded/Flexible widgets that help me a lot to position my widgets how I want in the Columns & Rows. But when I use them...

Hello, great package! I was thinking it would be nice to have a MinGap that works as the MaxGap but the opposite. It stretches in the main axis when there...

I think it's possible to create custom linter rule in flutter. Could be great to have a linter to avoid coding : SizedBox(width:10) instead of Gap(10) SizedBox(height:10) instead of Gap(10)

As a developer i want to use Gap to display an empty widget. Previously for spacing i used many SizedBox() and Gap() successfully replace them. But for empty spacing /...

https://pub.dev/packages/gap ![Capture d’écran 2024-04-04 à 15 47 21](https://github.com/letsar/gap/assets/37028599/bc4538c8-4ec3-451e-9903-29d4991d4d45)

Gap not working in flutter version : 3.5.4 ======== Exception caught by widgets library ======================================================= The following _TypeError was thrown building TabletLoginDisplay(dirty, dependencies: [_InheritedProviderScope], state: _TabletLoginDisplayState#4c301): TypeError: Instance of 'Gap':...

` RichText( text: const TextSpan( text: "在线数", children: [ TextSpan(text: "/总数", style: TextStyle(color: Color(0xff2B3133))), WidgetSpan( child:Gap(20)), TextSpan( text: "0", ), TextSpan(text: "/0", style: TextStyle(color: Color(0xff2B3133))), ], style: TextStyle(color: Color(0xff0AAC80), fontSize:...