line / flutter_line_sdk

A Flutter plugin that lets developers access LINE's native SDKs in Flutter apps with Dart.
https://developers.line.biz/
Apache License 2.0
213 stars 43 forks source link

Why UserProfile.pictureUrlSmall has the same implement as the large one #24

Closed wasdee closed 4 years ago

wasdee commented 4 years ago

https://github.com/line/flutter_line_sdk/blob/6b8231c9951dd2319a3b81eb22a8e4b851c499e2/lib/src/model/user_profile.dart#L63-L69

onevcat commented 4 years ago

Thank you for reporting this.

That should be a bug! Let me check.