Skip to content

Commit dfc60cb

Browse files
committed
(#107) Migrate /example to v0.6.0 and update pubspec.yaml version
1 parent 9a7bf70 commit dfc60cb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

example/lib/screens/file_explorer/file_explorer_card.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'dart:typed_data';
66
import 'package:fl_toast/fl_toast.dart';
77
import 'package:flutter/material.dart';
88
import 'package:flutter/services.dart';
9-
import 'package:shared_storage/saf.dart';
9+
import 'package:shared_storage/shared_storage.dart';
1010

1111
import '../../theme/spacing.dart';
1212
import '../../utils/apply_if_not_null.dart';

example/lib/screens/file_explorer/file_explorer_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'dart:async';
22

33
import 'package:flutter/material.dart';
44

5-
import 'package:shared_storage/saf.dart';
5+
import 'package:shared_storage/shared_storage.dart';
66

77
import '../../theme/spacing.dart';
88
import '../../widgets/buttons.dart';

example/lib/screens/granted_uris/granted_uri_card.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'package:flutter/material.dart';
2-
import 'package:shared_storage/saf.dart';
2+
import 'package:shared_storage/shared_storage.dart';
33

44
import '../../theme/spacing.dart';
55
import '../../widgets/buttons.dart';

example/lib/screens/granted_uris/granted_uris_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'package:flutter/material.dart';
2-
import 'package:shared_storage/saf.dart';
2+
import 'package:shared_storage/shared_storage.dart';
33

44
import '../../theme/spacing.dart';
55
import '../../widgets/light_text.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: shared_storage
22
description: "Flutter plugin to work with external storage and privacy-friendly APIs."
3-
version: 0.5.0
3+
version: 0.6.0
44
homepage: https://github.com/alexrintt/shared-storage
55
repository: https://github.com/alexrintt/shared-storage
66
issue_tracker: https://github.com/alexrintt/shared-storage/issues

0 commit comments

Comments
 (0)