Commit fcdc7be
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- .github/workflows
- .mason
- .vscode
- android
- app
- src/main
- gradle/wrapper
- ios
- Flutter
- Runner.xcodeproj
- Runner
- lib
- app
- bloc
- routes
- view
- auth
- forgot_password
- change_password
- cubit
- view
- widgets
- cubit
- view
- widgets
- login
- cubit
- view
- widgets
- sign_up
- cubit
- view
- widgets
- view
- chats
- bloc
- chat
- bloc
- view
- widgets
- view
- widgets
- comments
- bloc
- comment
- bloc
- view
- widgets
- view
- feed
- bloc
- post
- bloc
- video
- view
- widgets
- view
- widgets
- view
- widgets
- home
- provider
- view
- l10n
- arb
- slang
- network_error/view
- reels
- reel
- view
- widgets
- view
- search/view
- selector
- locale
- bloc
- view
- theme/view
- stories
- bloc
- view
- widgets
- timeline
- bloc
- view
- user_profile
- bloc
- view
- widgets
- packages
- app_ui
- lib
- src
- constants
- extensions
- generated
- theme
- widgets
- authentication_client
- authentication_client
- lib
- src/models
- supabase_authentication_client
- lib
- src
- token_storage
- lib
- test/src
- chats_repository
- lib
- src
- database_client
- lib
- src
- env
- lib
- firebase_remote_config_repository
- form_fields
- lib
- src
- gallery_media_picker
- lib/src
- core
- data/models
- presentation
- pages
- widgets
- cover_thumbnail
- gallery_grid
- select_album_path
- image_picker_plus
- lib
- src
- entities
- utilities
- video_layout
- insta_blocks
- lib
- src
- models
- instagram_blocks_ui
- lib
- src
- attachments
- view
- widgets
- builder
- thumbnail
- post_large
- post_small
- posts
- user_profile
- widgets
- notifications_client
- firebase_notifications_client
- lib
- notifications_client
- .github
- ISSUE_TEMPLATE
- workflows
- notifications_repository
- posts_repository
- lib
- src
- powersync_repository
- lib
- src
- search_repository
- lib
- src
- storage
- persistent_storage
- lib
- test/src
- secure_storage
- lib
- src
- test/src
- storage
- lib
- stories_editor
- lib/src
- domain/sevices
- presentation
- bar_tools
- draggable_items
- painting_view/widgets
- text_editor_view
- widgets
- utils
- Extensions
- widgets
- stories_repository
- lib
- src
- models
- user_repository
- lib
- scripts
- test
- app/view
- windows/flutter
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
0 commit comments