Skip to content

Commit

Permalink
removed screenshot container widget
Browse files Browse the repository at this point in the history
  • Loading branch information
mehsaandev committed Jan 7, 2025
1 parent 4061ae5 commit bc99b17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 196 deletions.
194 changes: 0 additions & 194 deletions modules/ensemble/lib/widget/screenshot_container.dart

This file was deleted.

2 changes: 0 additions & 2 deletions modules/ensemble/lib/widget/widget_registry.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ import 'package:ensemble/widget/visualization/topology_chart.dart';
import 'package:ensemble/widget/webview/webview.dart';
import 'package:ensemble/widget/youtube/youtube.dart';
import 'package:ensemble/widget/weeklyscheduler.dart';
import 'package:ensemble/widget/screenshot_container.dart';
import 'package:get_it/get_it.dart';

import 'fintech/tabapayconnect.dart';
Expand Down Expand Up @@ -184,7 +183,6 @@ class WidgetRegistry {
AppScroller.type: () => AppScroller(),
LoadingContainer.type: () => LoadingContainer(),
EnsembleSlidable.type: () => EnsembleSlidable(),
ScreenshotContainer.type: () => ScreenshotContainer(),

// charts
Highcharts.type: () => Highcharts(),
Expand Down

0 comments on commit bc99b17

Please sign in to comment.