We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d726bf2 commit efa9f6dCopy full SHA for efa9f6d
lib/widgets/model_tag.dart
@@ -54,7 +54,7 @@ class ModelTag extends ConsumerWidget {
54
case "coreml":
55
case "npu":
56
return _RenderingOptions(
57
- footer: Icon(
+ footer: const Icon(
58
Icons.bolt,
59
size: 14,
60
color: Color(0xFFFFD54F),
lib/widgets/talk/suggestions.dart
@@ -1,6 +1,5 @@
1
// ignore: unused_import
2
import 'dart:convert';
3
-import 'dart:io';
4
5
import 'package:flutter/material.dart';
6
import 'package:flutter_riverpod/flutter_riverpod.dart';
pubspec.yaml
@@ -1,7 +1,7 @@
name: zone
description: "An app to show RWKV model in mobile app. Developed with Flutter."
publish_to: "none"
-version: 4.0.1+674
+version: 4.0.2+675
environment:
7
sdk: ^3.10.0
0 commit comments