spiky-star / FlareLine-CRM

flutter crm dashboard for web
https://flare-line-crm.vercel.app
MIT License
14 stars 3 forks source link

Color() class conflict throught project #1

Closed HarrySingh30 closed 2 days ago

HarrySingh30 commented 1 month ago

There is same class exists in 'dart:ui' package as well as in 'faker/faker.dart' package named Color()

Suggestion :- Should import faker package something like this "import 'package:faker/faker.dart' as fake;" and should use faker package like this "faker = fake.Faker()".

Note:- I am unaware of github community guidelines yet so accept applogies if did not follow any guideline in this suggestion.

spiky-star commented 1 month ago

good idea, I'will check