Skip to content

Commit

Permalink
gif-share: Rename utils.dart to widgets_to_image_controller.dart
Browse files Browse the repository at this point in the history
Change-Id: Ie2a8c54fd989a1be39055fd1c1048a808f64d196
  • Loading branch information
calcitem committed May 7, 2023
1 parent 8a17b39 commit 8bc23d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/flutter_app/lib/shared/gif_share/gif_share.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import 'package:path_provider/path_provider.dart';
import 'package:share_plus/share_plus.dart';

import '../../services/database/database.dart';
import 'utils.dart';
import 'widgets_to_image_controller.dart';

class GifShare {
factory GifShare() => _instance ?? GifShare._internal();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import 'package:flutter/material.dart';

import 'utils.dart';
import 'widgets_to_image_controller.dart';

class WidgetsToImage extends StatelessWidget {
const WidgetsToImage({
Expand Down

0 comments on commit 8bc23d2

Please sign in to comment.