Skip to content

Commit

Permalink
replace duration picker and version update (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
literalEval authored Dec 27, 2021
1 parent 40686ed commit 36a0506
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lib/components/create_join_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:beacon/components/hike_button.dart';
import 'package:beacon/utilities/constants.dart';
import 'package:beacon/view_model/home_view_model.dart';
import 'package:flutter/material.dart';
import 'package:flutter_duration_picker/flutter_duration_picker.dart';
import 'package:duration_picker/duration_picker.dart';
import 'package:google_maps_flutter/google_maps_flutter.dart';

class CreateJoinBeaconDialog {
Expand Down
48 changes: 30 additions & 18 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.1"
version: "1.7.2"
archive:
dependency: transitive
description:
Expand All @@ -35,7 +35,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.6.1"
version: "2.8.2"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -105,14 +105,14 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.1"
checked_yaml:
dependency: transitive
description:
Expand Down Expand Up @@ -232,6 +232,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.2"
duration_picker:
dependency: "direct main"
description:
name: duration_picker
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0+1"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -272,22 +279,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
flutter_duration_picker:
dependency: "direct main"
description:
path: "."
ref: HEAD
resolved-ref: "285ff19ad8b440fb6b8727ea849b7ce679d67c75"
url: "https://github.com/bartektartanus/flutter_duration_picker"
source: git
version: "1.0.4"
flutter_launcher_icons:
dependency: "direct dev"
description:
name: flutter_launcher_icons
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.1"
flutter_lints:
dependency: transitive
description:
name: flutter_lints
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
flutter_local_notifications:
dependency: "direct main"
description:
Expand Down Expand Up @@ -536,6 +541,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
lints:
dependency: transitive
description:
name: lints
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
location:
dependency: "direct main"
description:
Expand Down Expand Up @@ -570,14 +582,14 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.10"
version: "0.12.11"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.7.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -876,7 +888,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0"
version: "0.4.3"
timezone:
dependency: transitive
description:
Expand Down Expand Up @@ -932,7 +944,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
watcher:
dependency: transitive
description:
Expand Down Expand Up @@ -976,5 +988,5 @@ packages:
source: hosted
version: "3.1.0"
sdks:
dart: ">=2.13.0 <3.0.0"
dart: ">=2.14.0 <3.0.0"
flutter: ">=2.2.0"
11 changes: 6 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: beacon
description: A new Flutter project.

publish_to: "none"

version: 1.0.0+1

environment:
sdk: '>=2.7.0 <3.0.0'
sdk: ">=2.7.0 <3.0.0"

dependencies:
flutter:
Expand All @@ -26,7 +28,7 @@ dependencies:
provider: ^5.0.0
uni_links: ^0.5.1
geocoder: ^0.2.1
share: ^2.0.4
share: ^2.0.4
location: ^4.3.0
rxdart: ^0.26.0
flutter_polyline_points: ^1.0.0
Expand All @@ -35,8 +37,7 @@ dependencies:
sliding_up_panel: ^2.0.0+1
skeleton_text: ^1.0.0
flutter_config: ^2.0.0
flutter_duration_picker:
git: https://github.com/bartektartanus/flutter_duration_picker
duration_picker: ^1.1.0+1

dev_dependencies:
flutter_test:
Expand All @@ -59,4 +60,4 @@ flutter:
fonts:
- family: FuturaBold
fonts:
- asset: fonts/futura_bold.otf
- asset: fonts/futura_bold.otf

0 comments on commit 36a0506

Please sign in to comment.