feat: use 'fromMarket' and 'uploaded' flag instead of 'readOnly'; code cleanup.

This commit is contained in:
2021-12-09 17:47:22 +08:00
parent 6dfec40c3f
commit 9a21766291
10 changed files with 24 additions and 34 deletions
@@ -1,5 +1,4 @@
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
extension ContextExtension on BuildContext {
ThemeData get t => Theme.of(this);