Skip to content

Commit

Permalink
build error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apps4av committed Aug 11, 2024
1 parent dec83de commit 3bdb2a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/longpress_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class LongPressFuture {

class LongPressWidgetState extends State<LongPressWidget> {

final CarouselController _controller = CarouselController();
final CarouselSliderController _controller = CarouselSliderController();

void labelCallback(String value) {
Navigator.of(context).pop();
Expand Down
2 changes: 1 addition & 1 deletion lib/plan_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class PlanScreen extends StatefulWidget {
class PlanScreenState extends State<PlanScreen> {


final CarouselController _controller = CarouselController();
final CarouselSliderController _controller = CarouselSliderController();

Widget _makeContent() {

Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies:
cupertino_icons: ^1.0.2

sqflite: ^2.3.0
win32: ^5.5.3
path: ^1.8.3
path_provider: ^2.1.1
sqflite_common_ffi: ^2.3.0+4
Expand All @@ -50,7 +51,7 @@ dependencies:
http: any
exif: ^3.3.0
flutter_map: ^6.1.0
carousel_slider: ^4.2.1
carousel_slider: ^5.0.0
dropdown_button2: ^2.3.9
latlong2: ^0.9.0
auto_size_text: ^3.0.0
Expand Down

0 comments on commit 3bdb2a8

Please sign in to comment.