Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
MelbourneDeveloper committed Sep 22, 2024
1 parent 56e6dad commit 50dd3c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions charts_flutter/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ import 'package:flutter/material.dart';

import 'package:nimble_charts/flutter.dart' as charts;

typedef AppState = ({
ThemeMode themeMode,
bool isOriginal,
bool useRandomData
});
typedef AppState = ({ThemeMode themeMode, bool isOriginal, bool useRandomData});

extension AppStateExtension on AppState {
AppState withThemeMode(ThemeMode themeMode) => (
Expand Down
1 change: 0 additions & 1 deletion charts_flutter/example/lib/original.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import 'dart:developer';

import 'package:example/a11y/a11y_gallery.dart' as a11y show buildGallery;
import 'package:example/app_config.dart';
import 'package:example/axes/axes_gallery.dart' as axes show buildGallery;
import 'package:example/bar_chart/bar_gallery.dart' as bar show buildGallery;
import 'package:example/behaviors/behaviors_gallery.dart' as behaviors
Expand Down
1 change: 0 additions & 1 deletion charts_flutter/example/lib/picker/tagged_item.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import 'package:example/picker/tag_item_selector.dart';

abstract class TaggedItem {
Expand Down

0 comments on commit 50dd3c5

Please sign in to comment.