Skip to content

Commit

Permalink
Add lh
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Feb 29, 2024
1 parent 9c53823 commit 5ec77d9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/sharezone_widgets/lib/src/markdown/markdown_field.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'package:flutter/material.dart';
import 'package:sharezone_widgets/sharezone_widgets.dart';

Expand Down
8 changes: 8 additions & 0 deletions lib/sharezone_widgets/test/markdown/markdown_field_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'package:flutter_test/flutter_test.dart';
import 'package:golden_toolkit/golden_toolkit.dart';
import 'package:sharezone_widgets/sharezone_widgets.dart';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:golden_toolkit/golden_toolkit.dart';
Expand Down

0 comments on commit 5ec77d9

Please sign in to comment.