geoffery

Results 2 comments of geoffery

dependencies: flutter: sdk: flutter cupertino_icons: ^0.1.0 location: "^1.1.7" http: "^0.11.3+16" json_annotation: "^0.2.2" intl: "^0.15.4" shared_preferences: "^0.4.0" share: "^0.4.0" package_info: "^0.3.0" flutter_webview_plugin: "^0.1.5" fluttie: "^0.2.0" use in my own project ,...

it works:0,thanks ps:how to change widget size ,i use 'preferredSize' but it dosent works ``` await instance.prepareAnimation(emojiComposition, duration: const Duration(seconds: 2), preferredSize: Fluttie.kDefaultSize, repeatCount: const RepeatCount.infinite(), repeatMode: RepeatMode.START_OVER); ```