furkantektas / timeline_list

Timeline widget for flutter
MIT License
392 stars 89 forks source link

(Second PR) Null Safety migration and general framework updates for the example files #17

Closed samramez closed 3 years ago

samramez commented 3 years ago

this PR is addressing two major updates:

1. Null Saftey migration

Migrated the project to Null Safety by identifying required properties for each function.

2. Android and iOS version updates:

Updating Android and iOS versions to the latest releases. This would eliminate the following message when running the project:

Screen Shot 2021-05-04 at 9 28 42 PM
samramez commented 3 years ago

This PR is identical to https://github.com/furkantektas/timeline_list/pull/16

I was hoping the test coverage report gets regenerated, but it didn't. I believe it should be respecting the 100% code coverage.