Skip to content

Commit

Permalink
updated dependencies to be compatible with v3.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayebsed93 committed Oct 1, 2024
1 parent 4a2aa14 commit 999d888
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 125 deletions.
5 changes: 3 additions & 2 deletions app/lib/ui/about/detail/about_file_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* Software description: Flutter library of reusable graphical components for Android and iOS
*/

import 'dart:convert';
import 'dart:io';

import 'package:flutter/foundation.dart';
Expand All @@ -19,7 +18,6 @@ import 'package:flutter/services.dart';
import 'package:markdown/markdown.dart' as md;
import 'package:ods_flutter/components/app_bar/top/ods_top_app_bar.dart';
import 'package:path/path.dart' as path;
import 'package:webview_flutter/webview_flutter.dart';

class OdsAboutFileScreen extends StatelessWidget {
final String title;
Expand All @@ -42,6 +40,7 @@ class OdsAboutFileScreen extends StatelessWidget {
title: title,
navigationIcon: BackButton(),
),
/*
body: SafeArea(
child: FutureBuilder(
future: _loadFileData(),
Expand Down Expand Up @@ -75,6 +74,8 @@ class OdsAboutFileScreen extends StatelessWidget {
},
),
),
*/
);
}

Expand Down
Loading

0 comments on commit 999d888

Please sign in to comment.