Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

设置背景默认透明 0xPool#124 #155

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: example
description: A new Flutter project.
publish_to: none

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
Expand All @@ -20,7 +21,9 @@ dependencies:
flutter:
sdk: flutter

flutter_easyloading: ^3.0.0
# flutter_easyloading: ^3.0.0
flutter_easyloading:
path: ../

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
1 change: 1 addition & 0 deletions lib/src/widgets/loading.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class _FlutterEasyLoadingState extends State<FlutterEasyLoading> {
@override
Widget build(BuildContext context) {
return Material(
color: Colors.transparent,
child: Overlay(
initialEntries: [
EasyLoadingOverlayEntry(
Expand Down