diff --git a/lib/src/widgets/profile/profile_page.dart b/lib/src/widgets/profile/profile_page.dart index 54cc5c6..9493418 100644 --- a/lib/src/widgets/profile/profile_page.dart +++ b/lib/src/widgets/profile/profile_page.dart @@ -4,7 +4,7 @@ import 'package:flutter_profile/src/services/profile_service.dart'; import 'package:flutter_profile/src/widgets/item_builder/item_builder.dart'; import 'package:flutter_profile/src/widgets/item_builder/item_builder_options.dart'; import 'package:flutter_profile/src/widgets/profile/profile_style.dart'; -import 'package:flutter_profile/src/widgets/profile/proifle_wrapper.dart'; +import 'package:flutter_profile/src/widgets/profile/profile_wrapper.dart'; /// The ProfilePage widget is able to show the data of a user. By default the user is able to change this data. The widget has a couple of parameters listed below: /// diff --git a/lib/src/widgets/profile/proifle_wrapper.dart b/lib/src/widgets/profile/profile_wrapper.dart similarity index 100% rename from lib/src/widgets/profile/proifle_wrapper.dart rename to lib/src/widgets/profile/profile_wrapper.dart