Skip to content

Commit

Permalink
Revert "feat: create rss server data flutter library"
Browse files Browse the repository at this point in the history
This reverts commit af7f95d.
  • Loading branch information
derdilla committed Aug 14, 2024
1 parent af7f95d commit 94a81ba
Show file tree
Hide file tree
Showing 1,858 changed files with 15 additions and 36,225 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/frb-release.yml

This file was deleted.

11 changes: 0 additions & 11 deletions Cargo.toml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
66 changes: 3 additions & 63 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,72 +13,12 @@ ignore:
- "**/build/**"

scripts:
analyze:
exec: flutter analyze .
description: Analyze a specific package in this project.

check-format:
exec: dart format --set-exit-if-changed .
description: Check the format of a specific package in this project.

format:
exec: dart format .
description: Format a specific package in this project.

build:
run: melos run build:android && melos run build:apple && melos run build:other
description: Build all native libraries for the project.

build:android:
run: bash scripts/build-android.sh
description: Build the .tar.gz for Android.

build:apple:
run: bash scripts/build-apple.sh
description: Build the XCFramework for iOS and macOS.

build:other:
run: bash scripts/build-other.sh
description: Build the .tar.gz for all other platforms.

codegen:
run: flutter_rust_bridge_codegen generate
description: Run the flutter_rust_bridge code generation.

test:
run: melos run test:dart --no-select && melos run test:flutter --no-select
description: Run all Dart & Flutter tests in this project.

test:dart:
run: melos exec -c 1 --fail-fast -- "dart test test"
description: Run Dart tests for a specific package in this project.
select-package:
flutter: false
dir-exists: test

test:flutter:
run: melos exec -c 1 --fail-fast -- "flutter test test"
description: Run Flutter tests for a specific package in this project.
select-package:
flutter: true
dir-exists: test

upgrade:
run: melos run upgrade:dart --no-select && melos run upgrade:flutter --no-select
description: Update all Dart & Flutter dependencies in this project.

upgrade:dart:
run: dart pub upgrade
description: Update Dart dependencies for a specific package in this project.
select-package:
flutter: false
run: flutter test
exec:
concurrency: 1

upgrade:flutter:
dir-exists: "test"
upgrade:
run: flutter pub upgrade
description: Update Flutter dependencies for a specific package in this project.
select-package:
flutter: true
exec:
concurrency: 1
2 changes: 1 addition & 1 deletion packages/app_base/.flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[],"android":[],"macos":[{"name":"screen_retriever","path":"/home/derdilla/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/","native_build":true,"dependencies":[]},{"name":"window_manager","path":"/home/derdilla/.pub-cache/hosted/pub.dev/window_manager-0.3.8/","native_build":true,"dependencies":["screen_retriever"]}],"linux":[{"name":"screen_retriever","path":"/home/derdilla/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/","native_build":true,"dependencies":[]},{"name":"window_manager","path":"/home/derdilla/.pub-cache/hosted/pub.dev/window_manager-0.3.8/","native_build":true,"dependencies":["screen_retriever"]}],"windows":[{"name":"screen_retriever","path":"/home/derdilla/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/","native_build":true,"dependencies":[]},{"name":"window_manager","path":"/home/derdilla/.pub-cache/hosted/pub.dev/window_manager-0.3.8/","native_build":true,"dependencies":["screen_retriever"]}],"web":[]},"dependencyGraph":[{"name":"screen_retriever","dependencies":[]},{"name":"window_manager","dependencies":["screen_retriever"]}],"date_created":"2024-08-14 16:39:13.657764","version":"3.24.0-0.2.pre","swift_package_manager_enabled":false}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[],"android":[],"macos":[{"name":"screen_retriever","path":"/home/derdilla/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/","native_build":true,"dependencies":[]},{"name":"window_manager","path":"/home/derdilla/.pub-cache/hosted/pub.dev/window_manager-0.3.8/","native_build":true,"dependencies":["screen_retriever"]}],"linux":[{"name":"screen_retriever","path":"/home/derdilla/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/","native_build":true,"dependencies":[]},{"name":"window_manager","path":"/home/derdilla/.pub-cache/hosted/pub.dev/window_manager-0.3.8/","native_build":true,"dependencies":["screen_retriever"]}],"windows":[{"name":"screen_retriever","path":"/home/derdilla/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/","native_build":true,"dependencies":[]},{"name":"window_manager","path":"/home/derdilla/.pub-cache/hosted/pub.dev/window_manager-0.3.8/","native_build":true,"dependencies":["screen_retriever"]}],"web":[]},"dependencyGraph":[{"name":"screen_retriever","dependencies":[]},{"name":"window_manager","dependencies":["screen_retriever"]}],"date_created":"2024-08-03 11:19:28.099504","version":"3.24.0-0.2.pre","swift_package_manager_enabled":false}
3 changes: 0 additions & 3 deletions packages/fast_rss_data/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/fast_rss_data/CHANGELOG.md

This file was deleted.

2 changes: 0 additions & 2 deletions packages/fast_rss_data/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/fast_rss_data/lib/fast_rss_data.dart

This file was deleted.

11 changes: 0 additions & 11 deletions packages/fast_rss_data/lib/src/ffi.dart

This file was deleted.

8 changes: 0 additions & 8 deletions packages/fast_rss_data/lib/src/ffi/io.dart

This file was deleted.

9 changes: 0 additions & 9 deletions packages/fast_rss_data/lib/src/ffi/stub.dart

This file was deleted.

7 changes: 0 additions & 7 deletions packages/fast_rss_data/lib/src/ffi/web.dart

This file was deleted.

3 changes: 0 additions & 3 deletions packages/fast_rss_data/native/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions packages/fast_rss_data/native/Cargo.toml

This file was deleted.

38 changes: 0 additions & 38 deletions packages/fast_rss_data/native/build.rs

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion packages/fast_rss_data/native/src/lib.rs

This file was deleted.

18 changes: 0 additions & 18 deletions packages/fast_rss_data/pubspec.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions packages/fast_rss_data/test/fast_rss_data_test.dart

This file was deleted.

29 changes: 0 additions & 29 deletions packages/flutter_fast_rss_data/.gitignore

This file was deleted.

42 changes: 0 additions & 42 deletions packages/flutter_fast_rss_data/.metadata

This file was deleted.

3 changes: 0 additions & 3 deletions packages/flutter_fast_rss_data/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 94a81ba

Please sign in to comment.