From 22a692b0e4830f1f9e143406bcda6e6bea63b2f9 Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Wed, 11 Sep 2019 13:13:15 +0800 Subject: [PATCH] build: upgrade seti icon --- lib/screens/object.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/screens/object.dart b/lib/screens/object.dart index 4059f88..c23c18a 100644 --- a/lib/screens/object.dart +++ b/lib/screens/object.dart @@ -45,7 +45,7 @@ class ObjectScreen extends StatelessWidget { case 'blob': return [ SizedBox(width: 6), - SetiIcon(item['name'], size: 28, light: true), + SetiIcon(item['name'], size: 28), SizedBox(width: 6), ]; case 'tree': diff --git a/pubspec.yaml b/pubspec.yaml index 58e8cd8..4235a4e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -32,7 +32,7 @@ dependencies: flutter_highlight: ^0.3.0 timeago: ^2.0.18 provider: ^3.1.0 - seti: ^0.1.0 + seti: ^0.2.0 primer: git: url: git://github.com/pd4d10/primer-flutter