打字机效果,chatgpt 模拟流数据

天问 f399b12d25 Update 'README.md' 1 month ago
README.md f399b12d25 Update 'README.md' 1 month ago

README.md

animated_text_kit

打字机效果,chatgpt 模拟流数据

Usage

#导入包:
  animated_text_kit: ^4.2.2
#导入:
import 'package:animated_text_kit/animated_text_kit.dart';

AnimatedTextKit(
  isRepeatingAnimation: false,
  repeatForever: false,
  displayFullTextOnTap: true,
  totalRepeatCount: 1,
  animatedTexts: [
    TyperAnimatedText(
      msg.trim(),
    ),
  ]),

其中 msg 为数据。