How to center gridView items in Flutter?
问题 I have a 4*4 grid view, but sometimes instead of 16 items there might only be 15 items, to the last row looks not so nice... I am wondered is there any way to center items in gridView row? Or there might be some other solution which can solve my task? 回答1: as an option you can use Wrap widget instead of Grid here is an example import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return