imtoori/CountryCodePicker

Go to score 130/130 with a simple line fix

monsieurtanuki opened this issue · 0 comments

I've just noticed this package, and noticed a 120/130 score.
I guess it's because in country_code_picker.dart you should remove the foundation import, which is redundant with material:

import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';