Skip to content

Commit

Permalink
Rename hex_color files
Browse files Browse the repository at this point in the history
  • Loading branch information
PhiFry committed Sep 3, 2024
1 parent 60d21b4 commit fd42096
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/widgets/rich_text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:flutter/widgets.dart' as sb;
import 'package:flutter_storyblok/src/fields/link.dart';
import 'package:flutter_storyblok/src/fields/rich_text.dart';
import 'package:flutter_storyblok/src/utils.dart';
import 'package:flutter_storyblok/src/widgets/hex_color.dart';
import 'package:flutter_storyblok/src/widgets/storyblok_color.dart';

typedef BlockBuilder = Widget Function(BuildContext context, JSONMap data);

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/widgets.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library;

export 'src/widgets/hex_color.dart';
export 'src/widgets/storyblok_color.dart';
export 'src/widgets/rich_text.dart';
File renamed without changes.

0 comments on commit fd42096

Please sign in to comment.