A free and open source Web Bookmarking app.
BMK supports Linux, Windows, MacOS, Web, iOS and Android.
Download *-android-all.apk file from latest release the releases section.
- Download the latest .ipa file from the releases section
- use AltStore to install BMK in ios.
Download the latest .msi file from the releases section.
- Download the *-macos-x64.zip from the latest release the releases section
- Extract the file.
- Drag and drop the extracted app file to applications folder in finder.
Download the latest deb release from the releases section.
Download the latest web.zip file from the releases section.
- BMK-web deployed in GitHub pages. You can check out BMK here.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You can install Flutter & Dart from Official website
- Dart sdk
- Flutter - Channel Stable
- Clone the repository:
$ git clone https://github.com/DattatreyaReddy/bmk.git
$ cd bmk/
- You can install all dependencies by running this command in terminal:
$ flutter pub get
- Localization generator
$ flutter gen-l10n
- Build Runner Files Generator
$ dart run build_runner build
- Now enter the following command to start debugging the app:
$ flutter run
- Pull-Request Suggestion
- Install GitHooks after cloning the repo using
git config --local core.hooksPath .githooks
- Install GitHooks after cloning the repo using
- Raise issue in github
-
Flutter is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase.
-
Flutter Riverpod - A simple way to access state while robust and testable.
Find other dependencies in pubspec.yaml
- The
BMK
project is developed by @DattatreyaReddy and contributors.
You can obtain a copy of Mozilla Public License v2.0
from https://mozilla.org/MPL/2.0/
Copyright (c) 2024 Panta Dattatreya Reddy
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.