mirror of
https://github.com/foss42/apidash.git
synced 2025-06-01 14:58:28 +08:00
Cleanup
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:apidash/consts.dart';
|
||||
import 'package:apidash/utils/utils.dart' show mapToRows, rowsToMap;
|
||||
|
@ -1,7 +1,5 @@
|
||||
import 'dart:io';
|
||||
import 'dart:convert';
|
||||
import 'dart:typed_data';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:collection/collection.dart' show mergeMaps;
|
||||
import 'package:http/http.dart';
|
||||
|
@ -1,6 +1,5 @@
|
||||
import 'dart:math' as math;
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:window_size/window_size.dart' as window_size;
|
||||
import 'package:window_manager/window_manager.dart';
|
||||
import '../consts.dart';
|
||||
|
@ -441,7 +441,7 @@ packages:
|
||||
source: hosted
|
||||
version: "2.1.0"
|
||||
path:
|
||||
dependency: transitive
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: path
|
||||
sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b
|
||||
|
@ -30,6 +30,7 @@ dependencies:
|
||||
mime_dart: ^3.0.0
|
||||
path_provider: ^2.0.14
|
||||
window_manager: ^0.3.2
|
||||
path: ^1.8.2
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
Reference in New Issue
Block a user