Skip to content

Commit

Permalink
make build_runner happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Oct 23, 2024
1 parent ae7ace6 commit a59499a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion lib/bean/anime/anime_history.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'package:hive/hive.dart';

/// This class parses a Node and stores anime info like anime name, anime link, total episodes, year, season and subtitle group
@HiveType(typeId: 1)
class AnimeHistory extends HiveObject {
@HiveField(0)
int? link;
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/strings.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// Locales: 4
/// Strings: 380 (95 per locale)
///
/// Built on 2024-09-26 at 12:52 UTC
/// Built on 2024-10-23 at 10:59 UTC
// coverage:ignore-file
// ignore_for_file: type=lint
Expand Down
1 change: 0 additions & 1 deletion lib/pages/my/my_page.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:flutter_modular/flutter_modular.dart';
import 'package:oneanime/pages/menu/side_menu.dart';
Expand Down
1 change: 0 additions & 1 deletion lib/pages/popular/popular_page.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:flutter_mobx/flutter_mobx.dart';
import 'package:oneanime/pages/popular/popular_controller.dart';
Expand Down
1 change: 0 additions & 1 deletion lib/pages/timeline/timeline_page.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:flutter_mobx/flutter_mobx.dart';
import 'package:flutter_modular/flutter_modular.dart';
Expand Down

0 comments on commit a59499a

Please sign in to comment.