Skip to content

Commit

Permalink
pub updated
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed May 22, 2023
1 parent 5e3efc0 commit 35a0eb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/src/flutter/gesture.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
// ignore: depend_on_referenced_packages
import 'package:vector_math/vector_math_64.dart' as v3;

import 'builder.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ packages:
source: hosted
version: "0.5.1"
vector_math:
dependency: transitive
dependency: "direct main"
description:
name: vector_math
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
sdk: flutter
intl:
vxstate: ^2.3.0
vector_math: ^2.1.4

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 35a0eb2

Please sign in to comment.