Pragament / flutter_resume_builder

GNU Affero General Public License v3.0
0 stars 5 forks source link

Profile picture and experience bugs has been fixed #9

Closed ThisIsSumit closed 1 week ago

ThisIsSumit commented 1 week ago

Now we can pick an image from the device that we can see on the CV and home screen. The experience section bug is due to a length rendering error. I removed the endDate's controller reference in the ExpericeDetail _buildExperienceFields() function where we were using controllersIndex[5] but here index 5 refers to 6 controllers and we have only 5 (0 - 4). Since we don't have any endDate entity in the ExperienceData class, so we are not using the endDate controller for now and didn't initialize it.