Skip to content

Commit

Permalink
fix: fork duration picker
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckUVeryX committed May 15, 2024
1 parent 4f5040d commit f99fd92
Show file tree
Hide file tree
Showing 6 changed files with 874 additions and 10 deletions.
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ analyzer:
linter:
rules:
avoid_positional_boolean_parameters: false
lines_longer_than_80_chars: false
public_member_api_docs: false
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'dart:math';

import 'package:awesome_notifications/awesome_notifications.dart';
import 'package:duration_picker/duration_picker.dart';
import 'package:evlve/l10n/l10n.dart';
import 'package:evlve/modules/notifications/notifications.dart';
import 'package:evlve/utils/ref_extensions.dart';
Expand Down
Loading

0 comments on commit f99fd92

Please sign in to comment.