Skip to content

Commit fcdc7be

Browse files
authored
feat: bump Flutter SDK to latest 3.35.7 and bumped all deps versions to the latest compatable (#206)
* feat: bump Flutter SDK to latest 3.35.7 and bumped all deps versions to latest compatable - Various changes across all files - Performance improvements in FeedPage - Eliminated slang package, used StyledText widget to achieve more semaless dev experience without multiple translations packages * fix: update cspell.json with additional words and correct spelling in comments * fix: correct spelling in comments for clarity and consistency * chore: update Flutter version to 3.35.7 across all workflow files * chore: update dependencies and improve save functionality in stories_editor package - Bumped versions of several dependencies including blurhash, video_compress, and insta_assets_crop. - Added new dependencies gal and native_exif for enhanced image saving capabilities. - Refactored save_as_image.dart to utilize gal for saving images with EXIF data. - Updated README.md for clarity and added important migration notice. * chore: dart format lib test . * fix: update cspell.json with new words and improve message removal logic in ChatBloc * chore: update Runner.xcscheme to include custom LLDB init file and refactor app tests - Added customLLDBInitFile to Runner.xcscheme for improved debugging. - Refactored app_test.dart to streamline sponsored posts testing and removed redundant sequential test. - Deleted obsolete test_sponsored_posts_alg.dart file to clean up the test suite. * chore: update dependencies and replaced discounted flutter_markdown with flutter_markdown_plus - Updated flutter_markdown to flutter_markdown_plus with version 1.0.5. - Bumped go_router to version 14.2.7 across multiple packages. - Updated timeago to version 3.7.1 in app_ui and stories_editor packages. - Adjusted import statements in message_text.dart to reflect the new package name. * chore: dart format lib test .
1 parent 379ebc0 commit fcdc7be

File tree

453 files changed

+13221
-9896
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

453 files changed

+13221
-9896
lines changed

.fvmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"flutter": "3.35.7"
3+
}

.github/workflows/app_ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
build:
1717
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
1818
with:
19-
flutter_version: 3.22.0
19+
flutter_version: 3.35.7
2020
working_directory: packages/app_ui
2121
coverage_excludes: "lib/src/generated/*.dart"

.github/workflows/authentication_client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
build:
1717
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
1818
with:
19-
flutter_version: 3.22.0
19+
flutter_version: 3.35.7
2020
working_directory: packages/authentication_client/authentication_client

.github/workflows/chats_repository.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
build:
1717
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
1818
with:
19-
flutter_version: 3.22.0
19+
flutter_version: 3.35.7
2020
working_directory: packages/chats_repository

.github/workflows/database_client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
build:
1717
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
1818
with:
19-
flutter_version: 3.22.0
19+
flutter_version: 3.35.7
2020
working_directory: packages/database_client

.github/workflows/firebase_notifications_client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
build:
1717
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
1818
with:
19-
flutter_version: 3.22.0
19+
flutter_version: 3.35.7
2020
working_directory: packages/notifications_client/firebase_notifications_client

.github/workflows/firebase_remote_config_repository.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
build:
1717
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
1818
with:
19-
flutter_version: 3.22.0
19+
flutter_version: 3.35.7
2020
working_directory: packages/firebase_remote_config_repository

.github/workflows/flutter_instagram_offline_first_clone.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030

31-
- uses: subosito/flutter-action@v2.16.0
31+
- uses: subosito/flutter-action@v2.21.0
3232
with:
3333
channel: ${{matrix.channel}}
34-
flutter-version: 3.22.0
34+
flutter-version: 3.35.7
3535
cache: false
3636

3737
- name: Install Dependencies

.github/workflows/insta_blocks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
build:
1717
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
1818
with:
19-
flutter_version: 3.22.0
19+
flutter_version: 3.35.7
2020
coverage_excludes: "**/*.g.dart"
2121
working_directory: packages/insta_blocks

.github/workflows/instagram_blocks_ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
build:
1717
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
1818
with:
19-
flutter_version: 3.22.0
19+
flutter_version: 3.35.7
2020
working_directory: packages/instagram_blocks_ui

0 commit comments

Comments
 (0)