Aubretia is an image search application built with Flutter.
The app supports sharing images from other applications and provides a simple interface to search using popular image search engines.
- Image Sharing: Share images from other apps directly to Aubretia.
- Multiple Search Options: Search images using:
- SauceNAO
- Ascii2d
- Google Images
- Google Lens
- Adaptive: The app automatically adjusts to your system's theme settings.
- Flutter SDK installed on your machine.
- An Android device or emulator for testing.
- Clone the repository:
git clone https://github.com/icosane/aubretia.git cd aubretia - Install the dependencies:
flutter pub get
- Run the app:
flutter run
You can also download the APK directly from the releases tab. Simply select the latest release and download the APK file to install it on your Android device.
- Open the app on your Android device.
- Share a direct link to an image from any app to Aubretia or paste it inside the app.
Note: Ensure that the link is a direct URL to the image (e.g., ending in .jpg, .png, etc.).
-
A bottom sheet will appear with options to search the shared image using different services.
-
Tap on the desired service button to initiate the search.
- Flutter - The framework used to build this app.
- flutter_sharing_intent - Package for handling shared intents.
- url_launcher - Package for launching URLs.
- flower icons - Flower icons created by jocularityart - Flaticon.

