flexbox-layout icon indicating copy to clipboard operation
flexbox-layout copied to clipboard

Request: make some methods public

Open j-garin opened this issue 5 years ago • 1 comments

Unable to create custom ItemDecoration for FlexboxLayoutManager because getPositionToFlexLineIndex has package private access modifier. The same goes for FlexLine's mFirstIndex and mLastIndex.

Please, consider making them public or making public getters.

Version of the flexbox library

1.1.0

j-garin avatar Jan 22 '19 09:01 j-garin

I need this function too, this is necessary for custom ItemDecoration.

kexuejin avatar Aug 28 '20 00:08 kexuejin