cross_file
複数のプラットフォーム間でファイルを扱うことを可能にする抽象化。
POSP公式ノートアプリ、まもなく追加予定
複数のプラットフォーム間でファイルを扱うことを可能にする抽象化。
image_picker の Web プラットフォーム実装
v1.1.0ホーム画面にショートカットを作成するためのFlutterプラグインで、iOSではクイックアクション、Androidではアプリショートカットとも呼ばれます。
Drift は、Dart および Flutter アプリケーションで関係データを格納するためのリアクティブライブラリです。
デスクトップおよびユニットテスト用の、FFIベースの sqflite 実装。
MobX 用の Flutter インテグレーション。追跡されている観測可能なオブジェクトが変更されると、自動的に再構築される Observer ウィジェットのセットを提供します。
MobX は、アプリケーションの状態を反応的に管理するためのライブラリです。観察可能なオブジェクト、アクション、および反応の力を活用して、Dart および Flutter アプリを強化しましょう。
MobX 用のコードジェネレーターで、@observable、@computed、@action を使ってコードを注釈し、Store クラスを作成する機能を追加します。
v0.13.0Material Design 3 カラーシステムを支えるアルゴリズムおよびユーティリティで、画像からテーマカラーを選択し、色のトーンを作成する機能を含みます。すべてが新しいカラースペースで実現されています。
v0.1.6Flutter デスクトップでカスタムウィンドウ(カスタムボーダー、タイトルバー、最小化/最大化/閉じるボタン)を作成し、Windows および macOS 用の一般的なデスクトップウィンドウ操作(表示/非表示/画面内の位置)を支援するパッケージ
v0.9.1画像のプレースホルダーのコンパクトな表現。Mediumが使用するように、30文字未満のぼかし画像をエンコードして即時表示
v3.1.1迅速にウォーターフォールレイアウトを構築するためのFlutterグリッドビュー。
{"git":"https://github.com/PotatoProject/animated_vector"}^2.0.2^3.1.11^6.0.0^4.0.1^0.1.1+1^1.1.0^1.15.0^0.3.2^2.0.5^1.0.4^3.0.0^4.0.4^1.4.0^4.3.3^0.8.4+3^0.0.2^0.8.2+2^0.8.2{"sdk":"flutter"}^0.7.0^5.1.1^9.2.0{"sdk":"flutter"}^2.0.4^0.6.1^0.13.3^3.2.0^0.8.4+7^2.1.5^2.1.1^3.0.0^0.17.0^4.4.0{"git":"https://github.com/HrX03/liblymph"}^1.1.10{"git":"https://github.com/HrX03/loggy"}^0.1.3^5.0.6595^2.0.6+1^0.1.0^1.4.2^1.8.2^1.0.0^2.0.8^0.6.0+9^4.0.0^4.0.8^2.0.13^2.0.2^2.1.0+2^0.5.1^1.5.1^0.13.1^1.0.0+1^6.0.18^3.0.4^3.0.2{"git":"https://github.com/gargakshit/webcrypto.dart"}^0.2.5^6.1.0{"git":{"url":"https://github.com/HrX03/yatl","path":"yatl"}}{"git":{"url":"https://github.com/HrX03/yatl","path":"yatl_flutter"}}^2.1.7{"sdk":"flutter"}^6.1.4{"git":"https://github.com/HrX03/liblymph_gen"}^1.8.2^2.0.5+2^5.0.17以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
POSP official notes application, written in flutter, beautiful, fast and secure.
Before anything, be sure to have a working flutter sdk setup.
Be sure to disable signing on build.gradle or change keystore to sign the app.
For now the required flutter channel is master, so issue those two commands before starting building:
~$ flutter channel master
~$ flutter upgrade
After that, building is simple as this:
~$ flutter pub get
~$ flutter run # for debug
~$ flutter build apk --flavor dev # release build with dev flavor (available flavors are dev, production and ci)
After adding or updating the locales, run the following command from Leaflet root dir:
dart bin/locale_gen.dart
This will generate and update the required files
The entire app and even the online sync api is completely open source.
Feel free to open a PR to suggest fixes, features or whatever you want, just remember that PRs are subjected to manual review so you gotta wait for actual people to look at your contributions
For translations, head over to our Crowdin.
If you want to receive the latest news head over to our Telegram channel, if you want to chat we even got the Telegram group.