ma7moud3osman / easy_stepper

Flutter Package help you to build easy stepper widget with several customization
https://pub.dev/packages/easy_stepper
MIT License
90 stars 40 forks source link

Exporting the flutter/material.dart from package #21

Closed ryanc16 closed 1 year ago

ryanc16 commented 1 year ago

Really awesome module. Love how customizable it is over others. One thing I noticed, however, is that my IDE continues to suggest I remove all my instances of import 'package:flutter/material.dart' in favor of import 'package:easy_stepper/easy_stepper.dart'. I don't think that is expected or correct. I believe it comes down to the fact that the the easy_stepper package itself is actually importing and then rexporting the base flutter/material lib. Is there a good reason for this? See below: https://github.com/ma7moud3osman/easy_stepper/blob/f6ce72c6f9d78177befcf0abe34e9dc4a8524bde/lib/src/easy_step.dart#L6

ma7moud3osman commented 1 year ago

Hey @ryanc16
Thank you for your feedback. The export of flutter/material.dart is unnecessary & I remove it in the next release best regards, Mahmoud.