Skip to content
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