bump Dart SDK min version#767
Conversation
| analyzer: ^7.4.5 | ||
| coverage: ^1.13.1 # See: https://github.com/dart-lang/test/issues/1265 | ||
| ffigen: ^18.1.0 | ||
| ffigen: ^19.0.0 |
There was a problem hiding this comment.
https://pub.dev/packages/ffigen/changelog#1900
Breaking change: Major change to the way ObjC methods are code-genned. Methods now use named parameters, making them more readable and closer to how they're written in ObjC. For example, the NSData method dataWithBytes:length: used to be generated as dataWithBytes_length_(Pointer bytes, int length), but is now generated as dataWithBytes(Pointer bytes, {required int length}). Protocol methods are not affected.
Migration tip: A quick way to find affected methods is to search for _(.
Co-authored-by: sensuikan1973 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #767 +/- ##
==========================================
+ Coverage 96.39% 96.41% +0.01%
==========================================
Files 15 15
Lines 666 669 +3
==========================================
+ Hits 642 645 +3
Misses 24 24
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
No description provided.