René's URL Explorer Experiment


Title: Bump dio, hive_flutter, mockito, hive, bloc_test, flutter_svg, json_serializable, build_runner and flutter_bloc by dependabot[bot] · Pull Request #40 · CoderJava/Flutter-News-App · GitHub

Open Graph Title: Bump dio, hive_flutter, mockito, hive, bloc_test, flutter_svg, json_serializable, build_runner and flutter_bloc by dependabot[bot] · Pull Request #40 · CoderJava/Flutter-News-App

X Title: Bump dio, hive_flutter, mockito, hive, bloc_test, flutter_svg, json_serializable, build_runner and flutter_bloc by dependabot[bot] · Pull Request #40 · CoderJava/Flutter-News-App

Description: Bumps dio, hive_flutter, mockito, hive, bloc_test, flutter_svg, json_serializable, build_runner and flutter_bloc. These dependencies needed to be updated together. Updates dio from 3.0.9 to 5.0.3 Release notes Sourced from dio's releases. dio 5.0.3 What's new Imply List as JSON content in ImplyContentTypeInterceptor. Fix FormData encoding for collections and objects. dio 5.0.2 What's new Improve code formats according to linter rules. Remove the force conversion for the response body. Fix DioErrorType.cancel in Interceptors. Fix wrong encoding of collection query parameters. Fix "unsupported operation" error on web platform. dio 5.0.1 What's new Add ImplyContentTypeInterceptor as a default interceptor. Add Headers.multipartFormDataContentType for headers usage. Fix variable shadowing of withCredentials in browser_adapers.dart. Commits 61ed864 🔖 dio v5.0.3 f9c923b 🚑 Fix FormData encoding (#1741) (#1747) 9c30e9a 📝 Fix interceptor codes in READMEs (#1745) cdab4cc 👷 Improve the check with the infra label 8cc1358 🐛 Allow to parse Set-Cookie with redirected response (#1734) 4204004 🚀 Imply List\ as JSON content (#1737) be2b0f5 🔖 native_dio_adapter v0.1.0 ba91ed7 feat(native_dio_adapter): bump cronet_http, cupertino_http dependency (#1735) 70cdbf9 fix: update onReceiveProgress references in docs (#1732) e25aae6 🔖 cookie_manager v2.1.2 Additional commits viewable in compare view Updates hive_flutter from 0.3.0+2 to 1.1.0 Commits db56a26 Upgrade hive_flutter to v1.1.0 (#700) f370eaa Merge pull request #698 from mbaumgartenbr/master 8617a66 [hive_flutter] Fix and rename TimeOfDayAdapter 269cd54 [hive_flutter] Add build_runner back to pubspec 1e5a1e2 [hive_flutter] Use conditional imports of io dependencies 867f31a [hive_flutter] Export adapters fbb76d5 [hive_flutter] Update dependencies 536d3a2 Merge pull request #670 from mbaumgartenbr/master 42650fd Export hive from hive_flutter 5ae9aa4 Removed homePath check Additional commits viewable in compare view Updates mockito from 4.1.1 to 5.3.2 Changelog Sourced from mockito's changelog. 5.3.2 Support analyzer 5.0.0. 5.3.1 Fix analyzer and code_builder dependencies. Reference @GenerateNiceMocks in documentation. Allow generating a mock class which includes overriding members with private types in their signature. Such members cannot be stubbed with mockito, and will only be generated when specified in MockSpec unsupportedMembers. Include required keyword in functions used as default return values. 5.3.0 Introduce a new MockSpec parameter, onMissingStub, which allows specifying three actions to take when a real call is made to a mock method with no matching stub. The two existing behaviors are the default behavior of throwing an exception, and the legacy behavior of returning null. A new behavior is also introduced: returning a legal default value. With this behavior, legal default values are returned for any given type. Deprecate the MockSpec returnNullOnMissingStub parameter in favor of the new onMissingStub parameter. Introduce a new @GenerateNiceMocks annotation, that uses the new "return a legal value" behavior for missing stubs. Add SmartFake class to be used as a return values for unstubbed methods. It remembers where it was created and throws a descriptive error in case the fake is later used. Include required keyword in function types to match overridden function types. 5.2.0 Fix generation of methods with return type of FutureOr for generic, potentially nullable T. Support @GenerateMocks annotations on import and export directives. Support analyzer 4.x. 5.1.0 In creating mocks for a pre-null-safe library, opt out of null safety in the generated code. Properly generate method overrides for methods with covariant parameters. #506 Correctly generate a toString override method for pre-null safe libraries, for which the class-to-mock implements toString with additional parameters. Improve messaging in a MissingStubError, directing to the docs for MockSpec. Fix incorrect error when trying to mock a method with a parameter with inner function types (like in type arguments) which are potentially non-nullable. #476 ... (truncated) Commits 02ad6c7 Bump analyzer to support 5.0.0 ef37e87 Bump SDK to 2.17 and code_builder to 4.3.0 5d23067 Mockito codegen: use fallbackGenerator when present to create a default 'retu... 04b74f1 Automated g4 rollback of changelist 471719348. b33ce96 Automated g4 rollback of changelist 471650729. dff3d82 Include required keyword in functions used as default return values. dd17535 Expand private-in-signature support to getters and setters 21f486f Allow generating a mock class which includes overriding members with private ... ced77c9 Restrict the exception for CAST_FROM_NULL_ALWAYS_FAILS 1363d90 Stop using deprecated declarations, prepare for analyzer breaking changes. Additional commits viewable in compare view Updates hive from 1.4.1+1 to 2.2.3 Commits 470473f Prepare for v2.2.3 release b278001 feat: made resetAdapters public (#1014) 18b0eea fix: Remove print from deleteBoxFromDisk (#1015) 1d1bdd8 Prepare hive for v2.2.2 release ed160d9 Fix hive_flutter dependency conflicts 59a3b16 Merge pull request #978 from hivedb/braid/web-performance 73834c9 perf: Reduce allocations when writing database (#985) 7faa095 Merge pull request #984 from hivedb/braid/deprecated-AES-test b9c1ebc chore: remove deprecated AES test 579c341 Fix Regression #977 - Web not registering DateTimeAdapter (#983) Additional commits viewable in compare view Updates bloc_test from 4.0.0 to 9.1.1 Release notes Sourced from bloc_test's releases. bloc_test-v9.1.1 chore: upgrade to bloc ^8.1.1 (#3723) refactor: BlocObserver instances to use const constructors (#3713) refactor: upgrade to Dart 2.19 (#3699) remove deprecated invariant_booleans lint rule docs: fix snippet in README (#3552) bloc_test-v9.1.0 feat: upgrade to bloc: ^8.1.0 (#3502) bloc_test-v9.0.3 chore: support for mocktail v0.3.0 (#3252) docs: update GetStream utm tags (#3136) docs: update VGV sponsors logo (#3125) bloc_test-v9.0.2 fix: throw uncaught exceptions (#3070) chore: upgrade to bloc v8.0.2 docs: update example to follow naming conventions (#3032) bloc_test-v9.0.1 chore: upgrade to bloc v8.0.1 bloc_test-v9.0.0 BREAKING: feat: upgrade to bloc v8.0.0 feat: MockBloc no longer implicitly requires registerFallbackValue for events and states bloc_test-v9.0.0-dev.5 BREAKING: feat: upgrade to bloc v8.0.0-dev.5 bloc_test-v9.0.0-dev.4 BREAKING: feat: upgrade to bloc v8.0.0-dev.4 bloc_test-v9.0.0-dev.3 BREAKING: feat: upgrade to bloc v8.0.0-dev.3 bloc_test-v9.0.0-dev.2 BREAKING: feat: upgrade to mocktail v0.2.0 bloc_test-v8.5.0 feat: prettier diffing when using blocTest and expect does not match emitted states (#1783) bloc_test-v8.4.0 feat: upgrade to mocktail ^0.2.0 Commits 511008b chore(bloc_test): v9.1.1 (#3725) 56ec6d1 chore(bloc_test): add screenshots to pubspec.yaml (#3724) 05f9d24 chore(bloc_test): upgrade to bloc ^8.1.1 (#3723) f4eb080 chore(hydrated_bloc): v9.1.0 (#3722) c9222d4 chore(hydrated_bloc): add screenshots to pubspec.yaml (#3721) 8d68ada chore(hydrated_bloc): update example to Dart 2.19 (#3720) 1db33b2 chore(hydrated_bloc): update to bloc ^8.1.1 (#3719) 060fae5 chore(flutter_bloc): v8.1.2 (#3718) 9610bfd chore(flutter_bloc): add screenshots to pubspec.yaml (#3717) 0fbb9e1 feat(flutter_bloc): upgrade to bloc ^8.1.1 (#3716) Additional commits viewable in compare view Updates flutter_svg from 0.17.4 to 2.0.4 Changelog Sourced from flutter_svg's changelog. 2.0.4 Newer version of vector_graphics. Caching bug fix. Reintroduce clipBehavior. 2.0.3 Require newer version of vector_graphics. Fix bug in cache that incorrectly fired assert. 2.0.2 Require newer version of vector_graphics with multiple fixes around inheritence, patterns, and currentColor handling. 2.0.1 Disable Isolate parsing in debug mode. Fix internal Color representation leakage from package:vector_graphics_compiler. 2.0.0+1 Fix bug in asset loading from packages. 2.0.0 Use parsing backend from vector_graphics_compiler. Out of order defs now supported. Patterns supported. Many optimizations added. REGRESSION: Lost support for dx and dy on text. See dnfield/vector_graphics#44 if this is important to you. Parse SVG data in background isolate by default. Use widgets/rendering strategy from vector_graphics. Much less caching. More tests work without special handling - most of parsing is now sync, and the loaders know how to avoid using compute in tests. For SVGs that contain images, vg.waitForPendingDecodes is available. DEPRECATIONS The VectorDrawable classes have gone away. The AvdPicture and related classes/parser have gone away. The PictureCache and PictureStream classes have gone away. The PicturePovider class exists only for access to a no-op cache. Several static members on SvgPicture and the svg utility class have gone away. The color and colorBlendMode properties have been removed. Instead, use ... (truncated) Commits c6ec463 bumps bd80505 Manage cache count correctly (#885) f96f5f0 Reintroduce clip behavior (#860) d731f27 Fix faulty cache assertion, bump vg (#879) c190052 Consume new vector_graphics 461ed86 update readme 06e814e bumps for 2.0.1 b977d27 disable isolate parsing in debug mode (#854) e7a0943 Hide vector_graphics_compiler types (#853) b9c47a0 fix gradle versions Additional commits viewable in compare view Updates json_serializable from 3.3.0 to 6.6.1 Commits d49a5f2 Fix bug when JsonKey.includeToJson is false (#1281) 8f31d52 Latest CI actions (#1279) 5ab5072 Bump actions/setup-node from 3.5.1 to 3.6.0 (#1278) 217f21e Enable and fix new lints (#1274) bccf4b3 example: cleanup readme and pubspec (#1270) 832fc7b Prepare to release json_serializable v6.6.0 (#1269) 44d0080 Prepare to release pkg:json_annotation v4.8.0 (#1268) 58db73b Latest mono_repo (#1267) 388010e checked_yaml: drop dep overrides (#1266) e8f2b32 Prepare checked_yaml v2.0.2 release (#1265) Additional commits viewable in compare view Updates build_runner from 1.8.1 to 2.3.3 Commits e870fb0 prep to publish build_runner (#3427) 3797325 Fix Dart 3 dev CI builds (#3422) cf0671c Mention JSON format in dart2js args error message (#3414) 5e4f4e1 Fix the build on latest dev sdks (#3416) 776ea2c Bump gaurav-nelson/github-action-markdown-link-check (#3417) 816a131 Remove language version marker in daemon_test.dart test fixture (#3415) 0b879c4 Report and shutdown after file watch errors (#3411) f02a133 blast_repo fixes (#3407) 4abae27 ignore false postive avoid_returning_this lint (#3408) e4d6b8d Bump gaurav-nelson/github-action-markdown-link-check (#3402) Additional commits viewable in compare view Updates flutter_bloc from 3.2.0 to 8.1.2 Release notes Sourced from flutter_bloc's releases. flutter_bloc-v8.1.2 chore: add screenshots to pubspec.yaml (#3717) chore(deps): upgrade to bloc ^8.1.1 (#3716) chore: update example to Dart 2.19 (#3715) refactor: BlocObserver instances to use const constructors (#3713) refactor: remove unnecessary single child widget mixins (#3675) refactor: upgrade to Flutter 3.7 (#3699) remove deprecated invariant_booleans lint rule flutter_bloc-v8.1.1 chore: remove dependency overrides from example to fix pana score flutter_bloc-v8.1.0 feat: upgrade to bloc: ^8.1.0 chore: upgrade example to latest bloc and hydrated_bloc (#3481) docs: update GetStream utm tags (#3136) docs: update VGV sponsors logo (#3125) flutter_bloc-v8.0.1 refactor: use core interfaces from bloc v8.0.2 (#3012) docs: update example to follow naming conventions (#3027) flutter_bloc-v8.0.0 BREAKING: feat: upgrade to bloc v8.0.0 flutter_bloc-v8.0.0-dev.3 BREAKING: feat: upgrade to bloc v8.0.0-dev.5 flutter_bloc-v8.0.0-dev.2 BREAKING: feat: upgrade to bloc v8.0.0-dev.3 flutter_bloc-v7.3.3 fix: add missing child assertion to BlocListener and BlocProvider (#2924) flutter_bloc-v7.3.2 fix: BlocProvider explicitly default lazy to true to support avoid_redundant_argument_values (#2917) flutter_bloc-v7.3.1 fix: determine bloc reference changes via identical Previously identityHashCode was used to determine if the bloc reference had changed to trigger a rebuild (#2482) however, it's possible for different bloc references to have the same hashCode as a result of hash collisions. The fix uses identical to determine whether the bloc reference has changed. docs: add inline docs to library docs: minor improvements to example and README chore: remove unneeded imports Commits 060fae5 chore(flutter_bloc): v8.1.2 (#3718) 9610bfd chore(flutter_bloc): add screenshots to pubspec.yaml (#3717) 0fbb9e1 feat(flutter_bloc): upgrade to bloc ^8.1.1 (#3716) 1ffb815 chore(flutter_bloc): update example to Dart 2.19 (#3715) 093f13d feat(hydrated_bloc): add storage.close (#3705) 2577838 refactor: BlocObserver instances to use const constructors (#3713) c4500b6 chore(bloc_concurrency): v0.2.1 (#3712) 648b337 chore(bloc_concurrency): add screenshots to pubspec.yaml (#3711) f285985 chore(bloc_concurrency): upgrade to mocktail v0.3.0 (#3710) 3b7dc41 chore(bloc): v8.1.1 (#3709) Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps dio, hive_flutter, mockito, hive, bloc_test, flutter_svg, json_serializable, build_runner and flutter_bloc. These dependencies needed to be updated together. Updates dio from 3.0.9 to 5.0.3 ...

X Description: Bumps dio, hive_flutter, mockito, hive, bloc_test, flutter_svg, json_serializable, build_runner and flutter_bloc. These dependencies needed to be updated together. Updates dio from 3.0.9 to 5.0.3 ...

Opengraph URL: https://github.com/CoderJava/Flutter-News-App/pull/40

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:838c1ab1-5b1a-f34b-cafd-647e5619e9b5
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC84A:10A86B:A12278:D311B0:697E339D
html-safe-nonce33649f7350faf9c369aff8de656d306985ef8fa3bc91c8714c0a12895e96c587
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDODRBOjEwQTg2QjpBMTIyNzg6RDMxMUIwOjY5N0UzMzlEIiwidmlzaXRvcl9pZCI6IjY0NjUyNjY5NzE2ODc0MDAzNDkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac4a19cd6dd9face9399888631d199e3030683de692d5fc135b1604a060827370b
hovercard-subject-tagpull_request:1285031324
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/CoderJava/Flutter-News-App/pull/40/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps dio, hive_flutter, mockito, hive, bloc_test, flutter_svg, json_serializable, build_runner and flutter_bloc. These dependencies needed to be updated together. Updates dio from 3.0.9 to 5.0.3 ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/CoderJava/Flutter-News-App git https://github.com/CoderJava/Flutter-News-App.git
octolytics-dimension-user_id17062085
octolytics-dimension-user_loginCoderJava
octolytics-dimension-repository_id215227998
octolytics-dimension-repository_nwoCoderJava/Flutter-News-App
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id215227998
octolytics-dimension-repository_network_root_nwoCoderJava/Flutter-News-App
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/changes#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FCoderJava%2FFlutter-News-App%2Fpull%2F40%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FCoderJava%2FFlutter-News-App%2Fpull%2F40%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=CoderJava%2FFlutter-News-App
Reloadhttps://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/changes
Reloadhttps://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/changes
Reloadhttps://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/changes
CoderJava https://patch-diff.githubusercontent.com/CoderJava
Flutter-News-Apphttps://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FCoderJava%2FFlutter-News-App
Fork 181 https://patch-diff.githubusercontent.com/login?return_to=%2FCoderJava%2FFlutter-News-App
Star 590 https://patch-diff.githubusercontent.com/login?return_to=%2FCoderJava%2FFlutter-News-App
Code https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App
Issues 3 https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/issues
Pull requests 1 https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pulls
Actions https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/actions
Projects 0 https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/projects
Security 0 https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/security
Insights https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pulse
Code https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App
Issues https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/issues
Pull requests https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pulls
Actions https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/actions
Projects https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/projects
Security https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/security
Insights https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FCoderJava%2FFlutter-News-App%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2FCoderJava%2FFlutter-News-App%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/tree/master
dependabot/pub/dio-and-hive_flutter-and-mockito-and-hive-and-bloc_test-and-flutter_svg-and-json_serializable-and-build_runner-and-flutter_bloc-5.0.3https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/tree/dependabot/pub/dio-and-hive_flutter-and-mockito-and-hive-and-bloc_test-and-flutter_svg-and-json_serializable-and-build_runner-and-flutter_bloc-5.0.3
Conversation 0 https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40
Commits 1 https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/commits
Checks 0 https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/checks
Files changed https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/files
Please reload this pagehttps://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/changes
Bump dio, hive_flutter, mockito, hive, bloc_test, flutter_svg, json_serializable, build_runner and flutter_bloc https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/changes#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/files
647e9b6 Bump dio, hive_flutter, mockito, hive, bloc_test, flutter_svg, json_s… dependabot[bot] Mar 21, 2023 https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/commits/647e9b69abec5d5d538dc10288d2a8619fefca62
Clear filters https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/files
Please reload this pagehttps://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/changes
Please reload this pagehttps://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/changes
pubspec.lock https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/changes#diff-e125d55a387d4b24048735f9ca6508c4e860f5ca1f3242edfd9df27e7d8a7af0
pubspec.yaml https://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/changes#diff-8b7e9df87668ffa6a04b32e1769a33434999e54ae081c52e5d943c541d4c0d25
Please reload this pagehttps://patch-diff.githubusercontent.com/CoderJava/Flutter-News-App/pull/40/changes
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.