forked from bytedance/flutter_ume
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] Merge develop_nullsafety (bytedance#18)
* [feat] Update documents * [chore] Cherrypick be93269 for rm lock files * [fix] Make flutter_coverage_badge git dependency with https url. * [fix] Make flutter_coverage_badge git dependency with https url. * [feat] Common FloatingWidget support custom height * Automated report coverage * [fix] show code plugin fix (bytedance#11) * [fix] `CodeDisplayService` typo * [fix] `return` does not break loop in `forEach` & argument `className` is not used * [fix] test failed when there are more than one script's uri match the given `fileName` * [feat] Introduce `DioInspector` (bytedance#16) * feat: Initial commit. * ♻️ Rename from `network` to `dio` * 🚀 Implement pluggable * ⚡️ Add paging for requests * 🎨 Abstract constants * ✨ Add `DioPluggable` registry * ♻️ `DioPluggable` -> `DioInspector` * 🎨 Use extensions for more pretty callers * 📝 Address more documentations * 🔥 Remove used packages * 🎨 Improve imports * 💬 `网络请求` -> `Dio Requests` * 🎨 Apply suggestions * ✅ Add tests * [feat] Remove extra MaterialApp, use Overlay (bytedance#13) * [feat] Remove extra MaterialApp, use Overlay * [opt] Rm getx, remove unused comments * [opt] Fix suggestions * Automated report coverage * [fix] syntax in example. * [release] Release 0.2.1 * [release] Release 0.2.1 * [release] kits 0.2.1 * [chore] fix doc Co-authored-by: smileShirely <[email protected]> Co-authored-by: lpylpyleo <[email protected]> Co-authored-by: Alex Li <[email protected]>
- Loading branch information
1 parent
3a6171f
commit 6a294c0
Showing
55 changed files
with
1,387 additions
and
4,177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ | |
.pub-cache/ | ||
.pub/ | ||
build/ | ||
*pubspec.lock | ||
|
||
# Android related | ||
**/android/**/gradle-wrapper.jar | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
[English](./CHANGELOG_en.md) | ||
|
||
## [0.2.1] | ||
|
||
* 移除独立的 MaterialApp Widget | ||
|
||
## [0.2.0-dev.0] | ||
|
||
* 适配 null-safety | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.