Skip to content

Commit

Permalink
Fix broken Logo import.
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilSztandur committed May 16, 2021
1 parent f3e836c commit a57170d
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion kanbansim/lib/features/title_page/title_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'package:kanbansim/features/input_output_popups/load_file_popup.dart';
import 'package:kanbansim/features/main_page/main_page.dart';
import 'package:kanbansim/features/users_creator/users_creator.dart';
import 'package:kanbansim/features/title_page/Logo.dart';
import 'package:kanbansim/features/title_page/logo.dart';
import 'package:kanbansim/features/title_page/authors_notice.dart';
import 'package:kanbansim/features/title_page/lang_switch_buttons.dart';
import 'package:kanbansim/features/title_page/menu_button.dart';
Expand Down
2 changes: 0 additions & 2 deletions kanbansim/linux/flutter/generated_plugin_registrant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Generated file. Do not edit.
//

// clang-format off

#include "generated_plugin_registrant.h"

#include <bitsdojo_window_linux/bitsdojo_window_plugin.h>
Expand Down
2 changes: 0 additions & 2 deletions kanbansim/linux/flutter/generated_plugin_registrant.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Generated file. Do not edit.
//

// clang-format off

#ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGISTRANT_

Expand Down
2 changes: 0 additions & 2 deletions kanbansim/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Generated file. Do not edit.
//

// clang-format off

import FlutterMacOS
import Foundation

Expand Down
4 changes: 2 additions & 2 deletions kanbansim/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
version: "2.6.0"
bitsdojo_window:
dependency: "direct main"
description:
Expand Down Expand Up @@ -431,7 +431,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.19"
version: "0.3.0"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 0 additions & 2 deletions kanbansim/windows/flutter/generated_plugin_registrant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Generated file. Do not edit.
//

// clang-format off

#include "generated_plugin_registrant.h"

#include <bitsdojo_window_windows/bitsdojo_window_plugin.h>
Expand Down
2 changes: 0 additions & 2 deletions kanbansim/windows/flutter/generated_plugin_registrant.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Generated file. Do not edit.
//

// clang-format off

#ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGISTRANT_

Expand Down

0 comments on commit a57170d

Please sign in to comment.