IbrahimDevp / flutter_auth

0 stars 0 forks source link

Separate model classes into their own files #7

Open adnsawas opened 1 year ago

adnsawas commented 1 year ago

https://github.com/ikema77/flutter_auth/blob/0b86b7d22c968fdd363c173abcfbd6dd2510f919/lib/providers/info.dart#L6-L34

To better organize files, separate model classes from ChangeNotifier classes. For example: User and Colleagues classes should be taken out into 2 separate files from Info.dart file