Skip to content

Commit

Permalink
Update package_info dependency to package_info_plus for improved func…
Browse files Browse the repository at this point in the history
…tionality
  • Loading branch information
Mozart299 committed Jan 23, 2025
1 parent 4bfd629 commit 0af7a80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';
import 'package:airqo/src/app/profile/pages/widgets/settings_tile.dart';
import 'package:flutter_svg/svg.dart';
import 'package:package_info/package_info.dart';
import 'package:package_info_plus/package_info_plus.dart';

class SettingsWidget extends StatefulWidget {
const SettingsWidget({super.key});
Expand Down Expand Up @@ -246,4 +246,4 @@ class _SettingsWidgetState extends State<SettingsWidget> {
),
);
}
}
}

0 comments on commit 0af7a80

Please sign in to comment.