Skip to content

Commit

Permalink
- Removed commented code block
Browse files Browse the repository at this point in the history
  • Loading branch information
pritam-bs committed Apr 12, 2024
1 parent b8cea63 commit 2a83872
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
13 changes: 0 additions & 13 deletions example/lib/screens/message_example_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@ class MessageExampleScreen extends StatefulWidget {
}

class _MessageExampleScreenState extends State<MessageExampleScreen> {
@override
void initState() {
super.initState();
// WidgetsBinding.instance.addPostFrameCallback(
// (timeStamp) async {
// final message = await context.nstack.getMessage();
// if (kDebugMode) {
// print(message);
// }
// },
// );
}

@override
Widget build(BuildContext context) {
final localizationAsset = context.localizationAssest;
Expand Down
13 changes: 0 additions & 13 deletions example/lib/screens/version_update_example_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ class VersionUpdateExampleScreen extends StatefulWidget {

class _VersionUpdateExampleScreenState
extends State<VersionUpdateExampleScreen> {
@override
void initState() {
super.initState();
// WidgetsBinding.instance.addPostFrameCallback(
// (timeStamp) async {
// final versionInfo = await context.nstack.getVersionInfo();
// if (kDebugMode) {
// print(versionInfo);
// }
// },
// );
}

@override
Widget build(BuildContext context) {
final localizationAsset = context.localizationAssest;
Expand Down

0 comments on commit 2a83872

Please sign in to comment.