mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 07:48:40 +00:00
add ignore
This commit is contained in:
parent
afbad41b27
commit
e65cf99ea6
2 changed files with 8 additions and 3 deletions
|
|
@ -1,9 +1,12 @@
|
|||
// ignore_for_file: unused_import
|
||||
|
||||
import 'dart:io';
|
||||
import 'package:path/path.dart';
|
||||
import 'package:path_provider/path_provider.dart';
|
||||
|
||||
import 'package:camera/camera.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:path/path.dart';
|
||||
import 'package:path_provider/path_provider.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
import 'package:twonly/globals.dart';
|
||||
import 'package:twonly/src/database/twonly.db.dart';
|
||||
|
|
|
|||
|
|
@ -100,7 +100,9 @@ class _AllReactionsViewState extends State<AllReactionsView> {
|
|||
onTap: (entry.$2 != null) ? null : removeReaction,
|
||||
child: Container(
|
||||
padding: const EdgeInsets.symmetric(
|
||||
vertical: 5, horizontal: 30),
|
||||
vertical: 5,
|
||||
horizontal: 30,
|
||||
),
|
||||
margin: const EdgeInsets.only(left: 4),
|
||||
child: Row(
|
||||
children: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue