Skip to content

Commit

Permalink
Add creamy_field in dependency overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
predatorx7 committed Jan 1, 2022
1 parent 8fe3af9 commit e146c24
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'dart:async';

import 'package:hive/hive.dart';
import 'package:hive_flutter/hive_flutter.dart';

/// A repository which holds a Hive [Box] with helper functions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class RecentHistoryProvider extends ChangeNotifier {
}

Repository<History> _history;
Repository<FileModificationHistory> _fileModificationHistory;

Box<History> get box => _history.box;

Expand Down
2 changes: 0 additions & 2 deletions org.purplegraphite.code/lib/src/models/provider/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import 'package:code/src/utils/logman.dart';
import 'package:creamy_field/creamy_field.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter/widgets.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:path/path.dart';

Expand Down
3 changes: 3 additions & 0 deletions org.purplegraphite.code/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ dev_dependencies:
# hive_generator: ^1.0.0
build_runner: ^1.12.2

dependency_overrides:
creamy_field:
path: ../packages/creamy_field/

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down

0 comments on commit e146c24

Please sign in to comment.