Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedon-dev committed Jan 22, 2025
1 parent a69f955 commit 2065564
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/services/shared_prefs_manager_upgrades.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
/// For that here are functions which will help with that
/// To start an upgrade the current version is passed to startUpgrade()
/// startUpgrade will call the upgrade function with the current version
/// the functions are all chained -> theoretically its possible to upgrade from
/// the first version to the last in one go
/// This system is not designed to be extremely robust and in case of failure all settings are just force-reset
/// the functions are all chained -> theoretically its possible to upgrade from the first version to the last in one go
/// Some version functions are "missing", as not every upgrade requires changing something
/// However, in the main switch in startUpgrade every version should be present
/// This system is not designed to be robust and in case of failure all settings are just force-reset
library;

import '/utils/global_vars.dart';
Expand Down

0 comments on commit 2065564

Please sign in to comment.