moor_db_viewer 5.0.0 copy "moor_db_viewer: ^5.0.0" to clipboard
moor_db_viewer: ^5.0.0 copied to clipboard

discontinuedreplaced by: drift_db_viewer

A package to view your moor database in your own app with filtering and without the need of exporting your db file.

5.0.0 30-10-2021 #

Full refactor #

  • Refactored to a new hybrid db_viewer architecture. -> db_viewer is now used

Deprecated #

  • Because of the new drift package moor_db_viewer is deprecated. It will still be maintained when updating drift_db_viewer
  • New package to support drift -> drift_db_viewer

4.4.0 25-08-2021 #

Updated #

  • provider 6.0.0
  • moor 4.5.0
  • example

4.3.0 15-07-2021 #

Fixed #

  • @UserRowClass supported when going to the content page

4.2.0 08-07-2021 #

Added #

  • Darkmode support

Fixed #

  • moor 4.4.0 support (dart 2.13.0 required)

4.1.0 29-06-2021 #

Incorrect build Same as 4.0.1 #

4.0.1 29-06-2021 #

Fixed #

  • Filter button that was broken after the breaking change of moor 4.3.0

4.0.0 17-05-2021 #

Fixed breaking change #

  • moor 4.3.0 is required

3.0.1 20-04-2021 #

Fixed #

  • AppBar brightness

Updated #

  • moor version

3.0.0 05-03-2021 #

Added #

  • Added nullsafety support to support flutter 2.0.0 & dart 2.12.0

Fixed #

  • example path import fixed

2.0.3 18-05-2020 #

Fixed #

  • #23 bugfix with the date formatting in a where clause of a date field
  • Code improvements

2.0.2 08-05-2020 #

Fixed #

  • #19 null pointer exception when formatting a date to a pretty date

2.0.1 05-05-2020 #

Fixed #

  • Some deprecated api calls

2.0.0 05-05-2020 #

BREAKING #

  • Upgraded moor to 3.0.0

1.3.2 27-04-2020 #

Fixed #

  • Unused imports

1.3.1 27-04-2020 #

Added #

  • not_equals on string
  • not_contains on string

1.3.0 25-04-2020 #

Fixed #

  • example Gif

1.2.0 25-04-2020 #

Added #

  • Better date support
  • Reworked the filtering screen completely with better UX

Updated #

  • Updated the example project with all possible columns

1.1.0 21-04-2020 #

Added #

  • Caching support:
    • Only for 1 session
    • In memory caching
  • Deselect all columns
  • Select all columns
  • Copy to clipboard on Long Clicks
  • Simple detail screen

1.0.0 04-04-2020 #

Fixed #

  • Updated the Changelog with better formatting
  • Updated gif

0.0.3 04-04-2020 #

Fixed #

  • Description is now longer
  • Fixed some pub.dev scoring issues.

0.0.2 04-04-2020 #

Added: #

  • A refresh button on the table viewer
  • Gif to indicate what the packages does.
  • Added readme instructions

Fixed: #

  • Filtering is now done at database level
  • Fixed a bug where the wrong screen was used as entry point
  • Renamed the example folder
  • Updated the example to use only allowed methods
  • Updated the description (for pub.dev scoring)

0.0.1 04-04-2020 #

Initial release #

features:

  • select table
  • view all table data
  • filter table data
  • search in table data
  • hide columns
48
likes
80
points
45
downloads

Publisher

verified publishervanlooverenkoen.be

Weekly Downloads

A package to view your moor database in your own app with filtering and without the need of exporting your db file.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

db_viewer, flutter, moor, provider

More

Packages that depend on moor_db_viewer