everything_search_engine 0.2.1 copy "everything_search_engine: ^0.2.1" to clipboard
everything_search_engine: ^0.2.1 copied to clipboard

A package that wraps Everything SDK API calls using FFI to make them accessible to Dart code.

0.2.1 #

  • using dart format . to format code

0.2.0 #

  • add example
  • change flutter asset to Public assets, so the package can be used from the command line.
    • The disadvantage is that assets must be added to pubspec.yaml when using flutter
      • flutter:
          assets:
            - packages/everything_search_engine/src/dll/Everything64.dll
        
  • rename enum EverythingError to EverythingErrorCode
    • add EverythingException

0.1.0 #

  • add some missing class
  • fix some api's return type to make it more usable
  • make runQuery function more powerful

0.0.3 #

  • Update doc

0.0.2 #

  • Update doc

0.0.1 #

  • Basic query support
1
likes
50
pub points
0%
popularity

Publisher

unverified uploader

A package that wraps Everything SDK API calls using FFI to make them accessible to Dart code.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

ffi, meta, package_config, path, path_provider

More

Packages that depend on everything_search_engine