Skip to content

Commit

Permalink
ios fix for latest flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
mocodesmo committed Dec 19, 2024
1 parent 1869096 commit d323781
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ op/builds
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/

# IntelliJ related
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796

COCOAPODS: 1.16.2
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion lib/_ui/components/controls.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:gap/gap.dart';

class BBSwitcher<T> extends StatelessWidget {
class BBSwitcher<T extends Object> extends StatelessWidget {
const BBSwitcher({
super.key,
required this.items,
Expand Down

0 comments on commit d323781

Please sign in to comment.