matt

Results 3 issues of matt

I'm having issues following the installation process of the ferry. I have generated the schema but I'm having issues with the ferry_generator stating Invalid UTF-8 byte. The schema is generated...

**Question** I had some issues with a project that just keeps increasing in storage due to the box (went up to 10gb). I had found a solution which is the...

question

Consider the code below: ``` import 'package:dropdown_button2/dropdown_button2.dart'; import 'package:flutter/material.dart'; class DropDownButtonItemsTest extends StatelessWidget { const DropDownButtonItemsTest({super.key}); @override Widget build(BuildContext context) { return DropdownButtonHideUnderline( child: DropdownButtonFormField2( hint: const Text('Items'), value: null,...