letsar / flutter_sticky_header

Flutter implementation of sticky headers for sliver
MIT License
907 stars 174 forks source link

Support null safety #57

Closed IchordeDionysos closed 3 years ago

IchordeDionysos commented 3 years ago

This is a request to add support for null safety to package:flutter_sticky_header. We depend on your awesome package, so would be great to have null safety enabled.

The Dart/Flutter team already encourages publishing the migrated packages: See this blog post.

See the migration guide for details about enabling null safety.

IchordeDionysos commented 3 years ago

Blocked by letsar/value_layout_builder#3

IchordeDionysos commented 3 years ago

The new Dart version with null-safety was just released 😍 https://medium.com/dartlang/announcing-dart-2-12-499a6e689c87

zs-dima commented 3 years ago

Any updates on this issue are welcome

ThexXTURBOXx commented 3 years ago

Workaround, use this version here:

  flutter_sticky_header:
    git:
      url: https://github.com/Femtopedia/flutter_sticky_header.git
      ref: temp
ThexXTURBOXx commented 3 years ago

@innwin I accidentally pushed some local changes I wanted to push in the near future. Give me a minute, I will create a new branch with some temporary stuff

ThexXTURBOXx commented 3 years ago

@innwin and all others here: I added a new branch. Use this one now: https://github.com/letsar/flutter_sticky_header/issues/57#issuecomment-809217542