Skip to content

Commit

Permalink
fixed importing external csv
Browse files Browse the repository at this point in the history
now using the unified core app framework
auto tag option when importing items
  • Loading branch information
oliverbytes committed Oct 25, 2022
1 parent f766692 commit 73d7388
Show file tree
Hide file tree
Showing 170 changed files with 1,440 additions and 6,705 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.1
- fixed importing from bitwarden and lastpass
- fixed editing properties of a custom field
- under the hood improvements
- lots of bug fixes and improvements

## 1.0.0
- ditched firebase db and auth for supabase
- updated packages
Expand Down
6 changes: 3 additions & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ linter:
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
# producing the lint.
rules:
depend_on_referenced_packages: false
# avoid_print: false # Uncomment to disable the `avoid_print` rule
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options


dart_code_metrics:
anti-patterns:
- long-method
Expand All @@ -50,5 +50,5 @@ dart_code_metrics:

# web3dart
analyzer:
exclude:
- '**/*.g.dart'
exclude:
- "**/*.g.dart"
90 changes: 0 additions & 90 deletions lib/core/animations/animations.dart

This file was deleted.

54 changes: 0 additions & 54 deletions lib/core/firebase/analytics.service.dart

This file was deleted.

168 changes: 0 additions & 168 deletions lib/core/firebase/config/config.service.dart

This file was deleted.

Loading

0 comments on commit 73d7388

Please sign in to comment.