diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index 247acb86f..f0210b71f 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -5,350 +5,350 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -362,28 +362,28 @@ - - - - @@ -397,14 +397,14 @@ - - @@ -425,539 +425,539 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -971,323 +971,323 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/presentation/add_new_devices_process/configure_new_cbj_comp/widgets/configure_new_cbj_comp_widget.dart b/lib/presentation/add_new_devices_process/configure_new_cbj_comp/widgets/configure_new_cbj_comp_widget.dart index 16308a247..f4bec3b25 100644 --- a/lib/presentation/add_new_devices_process/configure_new_cbj_comp/widgets/configure_new_cbj_comp_widget.dart +++ b/lib/presentation/add_new_devices_process/configure_new_cbj_comp/widgets/configure_new_cbj_comp_widget.dart @@ -10,7 +10,7 @@ import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:font_awesome_flutter/font_awesome_flutter.dart'; -import 'package:liquid_progress_indicator_ns/liquid_progress_indicator.dart'; +import 'package:liquid_progress_indicator/liquid_progress_indicator.dart'; class ConfigureNewCbjCompWidgets extends StatelessWidget { const ConfigureNewCbjCompWidgets({ diff --git a/pubspec.yaml b/pubspec.yaml index 867385199..a76391e8c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -106,7 +106,7 @@ dependencies: # Port of Kotlin's Kotlin Standard library for Dart/Flutter projects kt_dart: ^0.9.1 # Liquid progress indicator for Flutter. - liquid_progress_indicator_ns: ^1.0.0 + liquid_progress_indicator: ^0.4.0 # Handles getting a location on location: ^4.3.0 # Small, easy to use and extensible logger which prints beautiful logs.