Releases v2.0.0
- Migrated to null-safety
- Upgrade sdk to 2.12.0 as a minimum
- Fixed the compile issues where nullability is now a thing
- Fixing color name for the letter 'Z'
- Add horizontal and vertical scroll for demo apps (you can run demo apps inside example folder)
- Add automatic testing when contributor do pull request (github)
- Add auto build gh-pages for live demo (you can see live demo here https://adityadees.github.io/flutter_profile_picture/)
What's Changed
- Fixing color name for the letter 'Z' by @vitorhm in #7
- Make lib null safe by @pm489 in #8
- Update main.dart by @adityadees in #9
- testing by @adityadees in #10
- Update gh-pages.yml by @adityadees in #11
- test build by @adityadees in #12
- Update gh-pages.yml by @adityadees in #13
New Contributors
Full Changelog: v1.0.2...v2.0.0