fernan542 / fl_country_code_picker

A Flutter package for showing a modal that contains country dial code. The user can also search for the available codes and select right from the modal.
MIT License
19 stars 34 forks source link

Modal with favorites error #21

Closed fruts closed 1 year ago

fruts commented 1 year ago

if i want to add 3 favorites country code i have this error Trailing widget consumes entire tile width. Please use a sized widget, or consider replacing ListTile with a custom widget (see https://api.flutter.dev/flutter/material/ListTile-class.html#material.ListTile.4) 'package:flutter/src/material/list_tile.dart': Failed assertion: line 1323 pos 7: 'tileWidth != trailingSize.width || tileWidth == 0.0'

Here is my code:

image image
fernan542 commented 1 year ago

Hello @fruts 👋 Thank you for pointing out. It is because of my PR https://github.com/fernan542/fl_country_code_picker/commit/34d1bd24334008492402a5feca4f2a90fb9b8070.

I'll revert the PR now and push the update.

fernan542 commented 1 year ago

I've fix the issue at version 0.1.5.

Closing this for now, feel free to reopen. Thank you for using my package! 🎉