migrate flutter to 3.3.0

This commit is contained in:
2022-08-31 23:16:56 +02:00
parent 395b501925
commit d96bc57c09
3 changed files with 13 additions and 15 deletions

View File

@ -1,6 +1,4 @@
import 'dart:convert';
import 'dart:typed_data';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:sqflite/sqflite.dart';

View File

@ -18,7 +18,7 @@ class TagTile extends StatelessWidget {
),
);
},
style: ElevatedButton.styleFrom(primary: Color(0x6a94a6ff)),
style: ElevatedButton.styleFrom(backgroundColor: Color(0x6a94a6ff)),
child: SizedBox(
child: Center(child: Text(tag.tagName)),
height: 100,