magillus / flutter-fimber

Fimber is Flutter logger inspired by Timber (logger API for Android)
106 stars 22 forks source link

Import shows two options #91

Closed danielgomezrico closed 3 years ago

danielgomezrico commented 3 years ago

Hi

Intellij advise me to add two possible imports when using Fimber.:

// 1.
import 'package:fimber/fimber_base.dart';
// 2.
import 'package:fimber/fimber.dart';

Which one should we choose? and why?

magillus commented 3 years ago

Hello, use import 'package:fimber/fimber.dart';

That is base file of the package.

danielgomezrico commented 3 years ago

@magillus but with that I am importing things that I will need? I mean, if I import only the base it still works...

magillus commented 3 years ago

I fixed the multiple imports prompts on version 0.6.0+ I noticed my mistake when creating files inside the package.