Commit c8715220 authored by Yasiru-Deshan's avatar Yasiru-Deshan

Did some changes

parent 75fd0aa1
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"import os" "import os\n"
] ]
}, },
{ {
...@@ -136,98 +136,7 @@ ...@@ -136,98 +136,7 @@
"metadata": { "metadata": {
"id": "iA1DIq5OpfDE" "id": "iA1DIq5OpfDE"
}, },
"outputs": [ "outputs": [],
{
"name": "stderr",
"output_type": "stream",
"text": [
"Cloning into 'Tensorflow\\models'...\n",
"Updating files: 22% (743/3321)\n",
"Updating files: 23% (764/3321)\n",
"Updating files: 24% (798/3321)\n",
"Updating files: 25% (831/3321)\n",
"Updating files: 26% (864/3321)\n",
"Updating files: 27% (897/3321)\n",
"Updating files: 28% (930/3321)\n",
"Updating files: 29% (964/3321)\n",
"Updating files: 30% (997/3321)\n",
"Updating files: 31% (1030/3321)\n",
"Updating files: 32% (1063/3321)\n",
"Updating files: 33% (1096/3321)\n",
"Updating files: 34% (1130/3321)\n",
"Updating files: 35% (1163/3321)\n",
"Updating files: 36% (1196/3321)\n",
"Updating files: 37% (1229/3321)\n",
"Updating files: 38% (1262/3321)\n",
"Updating files: 39% (1296/3321)\n",
"Updating files: 40% (1329/3321)\n",
"Updating files: 40% (1335/3321)\n",
"Updating files: 41% (1362/3321)\n",
"Updating files: 42% (1395/3321)\n",
"Updating files: 43% (1429/3321)\n",
"Updating files: 44% (1462/3321)\n",
"Updating files: 45% (1495/3321)\n",
"Updating files: 46% (1528/3321)\n",
"Updating files: 47% (1561/3321)\n",
"Updating files: 48% (1595/3321)\n",
"Updating files: 49% (1628/3321)\n",
"Updating files: 50% (1661/3321)\n",
"Updating files: 51% (1694/3321)\n",
"Updating files: 52% (1727/3321)\n",
"Updating files: 53% (1761/3321)\n",
"Updating files: 54% (1794/3321)\n",
"Updating files: 55% (1827/3321)\n",
"Updating files: 56% (1860/3321)\n",
"Updating files: 57% (1893/3321)\n",
"Updating files: 58% (1927/3321)\n",
"Updating files: 59% (1960/3321)\n",
"Updating files: 60% (1993/3321)\n",
"Updating files: 61% (2026/3321)\n",
"Updating files: 62% (2060/3321)\n",
"Updating files: 63% (2093/3321)\n",
"Updating files: 63% (2110/3321)\n",
"Updating files: 64% (2126/3321)\n",
"Updating files: 65% (2159/3321)\n",
"Updating files: 66% (2192/3321)\n",
"Updating files: 67% (2226/3321)\n",
"Updating files: 68% (2259/3321)\n",
"Updating files: 69% (2292/3321)\n",
"Updating files: 70% (2325/3321)\n",
"Updating files: 71% (2358/3321)\n",
"Updating files: 72% (2392/3321)\n",
"Updating files: 73% (2425/3321)\n",
"Updating files: 74% (2458/3321)\n",
"Updating files: 75% (2491/3321)\n",
"Updating files: 76% (2524/3321)\n",
"Updating files: 77% (2558/3321)\n",
"Updating files: 78% (2591/3321)\n",
"Updating files: 79% (2624/3321)\n",
"Updating files: 79% (2635/3321)\n",
"Updating files: 80% (2657/3321)\n",
"Updating files: 81% (2691/3321)\n",
"Updating files: 82% (2724/3321)\n",
"Updating files: 83% (2757/3321)\n",
"Updating files: 84% (2790/3321)\n",
"Updating files: 85% (2823/3321)\n",
"Updating files: 86% (2857/3321)\n",
"Updating files: 87% (2890/3321)\n",
"Updating files: 88% (2923/3321)\n",
"Updating files: 89% (2956/3321)\n",
"Updating files: 90% (2989/3321)\n",
"Updating files: 91% (3023/3321)\n",
"Updating files: 92% (3056/3321)\n",
"Updating files: 93% (3089/3321)\n",
"Updating files: 94% (3122/3321)\n",
"Updating files: 95% (3155/3321)\n",
"Updating files: 96% (3189/3321)\n",
"Updating files: 97% (3222/3321)\n",
"Updating files: 98% (3255/3321)\n",
"Updating files: 99% (3288/3321)\n",
"Updating files: 100% (3321/3321)\n",
"Updating files: 100% (3321/3321), done.\n"
]
}
],
"source": [ "source": [
"if not os.path.exists(os.path.join(paths['APIMODEL_PATH'], 'research', 'object_detection')):\n", "if not os.path.exists(os.path.join(paths['APIMODEL_PATH'], 'research', 'object_detection')):\n",
" !git clone https://github.com/tensorflow/models {paths['APIMODEL_PATH']}" " !git clone https://github.com/tensorflow/models {paths['APIMODEL_PATH']}"
...@@ -2038,7 +1947,7 @@ ...@@ -2038,7 +1947,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 30, "execution_count": 15,
"metadata": { "metadata": {
"scrolled": true "scrolled": true
}, },
...@@ -2048,33 +1957,15 @@ ...@@ -2048,33 +1957,15 @@
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"Traceback (most recent call last):\n", "Traceback (most recent call last):\n",
" File \"C:\\Users\\Yassa\\Desktop\\Gitlab\\22_23-j-50\\Backend\\IT19251110\\TFODCourse\\Tensorflow\\models\\research\\object_detection\\builders\\model_builder_tf2_test.py\", line 21, in <module>\n", " File \"C:\\Users\\Yassa\\Desktop\\Gitlab\\22_23-j-50\\Backend\\IT19251110\\TFODCourse\\Tensorflow\\models\\research\\object_detection\\builders\\model_builder_tf2_test.py\", line 24, in <module>\n",
" import tensorflow.compat.v1 as tf\n", " from object_detection.builders import model_builder\n",
" File \"C:\\Users\\Yassa\\Desktop\\Gitlab\\22_23-j-50\\Backend\\IT19251110\\TFODCourse\\tfod\\lib\\site-packages\\tensorflow\\__init__.py\", line 37, in <module>\n", " File \"C:\\Users\\Yassa\\Desktop\\Gitlab\\22_23-j-50\\Backend\\IT19251110\\TFODCourse\\tfod\\lib\\site-packages\\object_detection\\builders\\model_builder.py\", line 22, in <module>\n",
" from tensorflow.python.tools import module_util as _module_util\n", " from object_detection.builders import box_predictor_builder\n",
" File \"C:\\Users\\Yassa\\Desktop\\Gitlab\\22_23-j-50\\Backend\\IT19251110\\TFODCourse\\tfod\\lib\\site-packages\\tensorflow\\python\\__init__.py\", line 37, in <module>\n", " File \"C:\\Users\\Yassa\\Desktop\\Gitlab\\22_23-j-50\\Backend\\IT19251110\\TFODCourse\\tfod\\lib\\site-packages\\object_detection\\builders\\box_predictor_builder.py\", line 20, in <module>\n",
" from tensorflow.python.eager import context\n", " from object_detection.predictors import convolutional_box_predictor\n",
" File \"C:\\Users\\Yassa\\Desktop\\Gitlab\\22_23-j-50\\Backend\\IT19251110\\TFODCourse\\tfod\\lib\\site-packages\\tensorflow\\python\\eager\\context.py\", line 28, in <module>\n", " File \"C:\\Users\\Yassa\\Desktop\\Gitlab\\22_23-j-50\\Backend\\IT19251110\\TFODCourse\\tfod\\lib\\site-packages\\object_detection\\predictors\\convolutional_box_predictor.py\", line 22, in <module>\n",
" from tensorflow.core.framework import function_pb2\n", " slim = tf.contrib.slim\n",
" File \"C:\\Users\\Yassa\\Desktop\\Gitlab\\22_23-j-50\\Backend\\IT19251110\\TFODCourse\\tfod\\lib\\site-packages\\tensorflow\\core\\framework\\function_pb2.py\", line 16, in <module>\n", "AttributeError: module 'tensorflow' has no attribute 'contrib'\n"
" from tensorflow.core.framework import attr_value_pb2 as tensorflow_dot_core_dot_framework_dot_attr__value__pb2\n",
" File \"C:\\Users\\Yassa\\Desktop\\Gitlab\\22_23-j-50\\Backend\\IT19251110\\TFODCourse\\tfod\\lib\\site-packages\\tensorflow\\core\\framework\\attr_value_pb2.py\", line 16, in <module>\n",
" from tensorflow.core.framework import tensor_pb2 as tensorflow_dot_core_dot_framework_dot_tensor__pb2\n",
" File \"C:\\Users\\Yassa\\Desktop\\Gitlab\\22_23-j-50\\Backend\\IT19251110\\TFODCourse\\tfod\\lib\\site-packages\\tensorflow\\core\\framework\\tensor_pb2.py\", line 16, in <module>\n",
" from tensorflow.core.framework import resource_handle_pb2 as tensorflow_dot_core_dot_framework_dot_resource__handle__pb2\n",
" File \"C:\\Users\\Yassa\\Desktop\\Gitlab\\22_23-j-50\\Backend\\IT19251110\\TFODCourse\\tfod\\lib\\site-packages\\tensorflow\\core\\framework\\resource_handle_pb2.py\", line 16, in <module>\n",
" from tensorflow.core.framework import tensor_shape_pb2 as tensorflow_dot_core_dot_framework_dot_tensor__shape__pb2\n",
" File \"C:\\Users\\Yassa\\Desktop\\Gitlab\\22_23-j-50\\Backend\\IT19251110\\TFODCourse\\tfod\\lib\\site-packages\\tensorflow\\core\\framework\\tensor_shape_pb2.py\", line 36, in <module>\n",
" _descriptor.FieldDescriptor(\n",
" File \"C:\\Users\\Yassa\\Desktop\\Gitlab\\22_23-j-50\\Backend\\IT19251110\\TFODCourse\\tfod\\lib\\site-packages\\google\\protobuf\\descriptor.py\", line 560, in __new__\n",
" _message.Message._CheckCalledFromGeneratedFile()\n",
"TypeError: Descriptors cannot not be created directly.\n",
"If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.\n",
"If you cannot immediately regenerate your protos, some other possible workarounds are:\n",
" 1. Downgrade the protobuf package to 3.20.x or lower.\n",
" 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).\n",
"\n",
"More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates\n"
] ]
} }
], ],
...@@ -2084,6 +1975,69 @@ ...@@ -2084,6 +1975,69 @@
"!python {VERIFICATION_SCRIPT}" "!python {VERIFICATION_SCRIPT}"
] ]
}, },
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Collecting tensorflow_probability==0.12.2\n",
" Downloading tensorflow_probability-0.12.2-py2.py3-none-any.whl (4.8 MB)\n",
" ---------------------------------------- 4.8/4.8 MB 1.4 MB/s eta 0:00:00\n",
"Requirement already satisfied: decorator in c:\\users\\yassa\\desktop\\gitlab\\22_23-j-50\\backend\\it19251110\\tfodcourse\\tfod\\lib\\site-packages (from tensorflow_probability==0.12.2) (5.1.1)\n",
"Requirement already satisfied: six>=1.10.0 in c:\\users\\yassa\\desktop\\gitlab\\22_23-j-50\\backend\\it19251110\\tfodcourse\\tfod\\lib\\site-packages (from tensorflow_probability==0.12.2) (1.16.0)\n",
"Requirement already satisfied: numpy>=1.13.3 in c:\\users\\yassa\\desktop\\gitlab\\22_23-j-50\\backend\\it19251110\\tfodcourse\\tfod\\lib\\site-packages (from tensorflow_probability==0.12.2) (1.24.1)\n",
"Requirement already satisfied: gast>=0.3.2 in c:\\users\\yassa\\desktop\\gitlab\\22_23-j-50\\backend\\it19251110\\tfodcourse\\tfod\\lib\\site-packages (from tensorflow_probability==0.12.2) (0.4.0)\n",
"Collecting cloudpickle>=1.3\n",
" Downloading cloudpickle-2.2.1-py3-none-any.whl (25 kB)\n",
"Collecting dm-tree\n",
" Using cached dm_tree-0.1.8-cp310-cp310-win_amd64.whl (101 kB)\n",
"Installing collected packages: dm-tree, cloudpickle, tensorflow_probability\n",
"Successfully installed cloudpickle-2.2.1 dm-tree-0.1.8 tensorflow_probability-0.12.2\n"
]
}
],
"source": [
"!pip install tensorflow_probability==0.12.2"
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Collecting protobuf==3.20.0\n",
" Using cached protobuf-3.20.0-cp310-cp310-win_amd64.whl (903 kB)\n",
"Installing collected packages: protobuf\n",
" Attempting uninstall: protobuf\n",
" Found existing installation: protobuf 4.21.12\n",
" Uninstalling protobuf-4.21.12:\n",
" Successfully uninstalled protobuf-4.21.12\n",
"Successfully installed protobuf-3.20.0\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n",
"tensorflow-object-detection-api 0.1.1 requires Matplotlib>=2.1, which is not installed.\n",
"tensorflow-object-detection-api 0.1.1 requires matplotlib, which is not installed.\n",
"tensorflow-intel 2.11.0 requires protobuf<3.20,>=3.9.2, but you have protobuf 3.20.0 which is incompatible.\n"
]
}
],
"source": [
"!pip install --upgrade protobuf==3.20.0"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 15, "execution_count": 15,
...@@ -5164,9 +5118,9 @@ ...@@ -5164,9 +5118,9 @@
"provenance": [] "provenance": []
}, },
"kernelspec": { "kernelspec": {
"display_name": "tfod", "display_name": "tfodj",
"language": "python", "language": "python",
"name": "tfod" "name": "tfodj"
}, },
"language_info": { "language_info": {
"codemirror_mode": { "codemirror_mode": {
......
...@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' ...@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android { android {
compileSdkVersion 30 compileSdkVersion 31
sourceSets { sourceSets {
main.java.srcDirs += 'src/main/kotlin' main.java.srcDirs += 'src/main/kotlin'
......
buildscript { buildscript {
ext.kotlin_version = '1.3.50' ext.kotlin_version = '1.6.10'
repositories { repositories {
google() google()
jcenter() jcenter()
......
class LocationService{
final String key = 'AIzaSyABS88malpXXr__XRF8OhZWE3m6O9hdjsU';
Future<String> getPlaceId(String input)async{
final String url = 'https://maps.googleapis.com/maps/api/place/findplacefromtext/json?input=$input&inputtype=textquery&key=$key';
var response = await http.get(Uri.parse(url));
}
}
\ No newline at end of file
...@@ -25,6 +25,7 @@ class MapSample extends StatefulWidget { ...@@ -25,6 +25,7 @@ class MapSample extends StatefulWidget {
class MapSampleState extends State<MapSample> { class MapSampleState extends State<MapSample> {
final Completer<GoogleMapController> _controller = final Completer<GoogleMapController> _controller =
Completer<GoogleMapController>(); Completer<GoogleMapController>();
TextEditingController _searchController = TextEditingController();
static const CameraPosition _kGooglePlex = CameraPosition( static const CameraPosition _kGooglePlex = CameraPosition(
target: LatLng(37.42796133580664, -122.085749655962), target: LatLng(37.42796133580664, -122.085749655962),
...@@ -79,7 +80,14 @@ class MapSampleState extends State<MapSample> { ...@@ -79,7 +80,14 @@ class MapSampleState extends State<MapSample> {
body: Column( body: Column(
children:[ children:[
Row(children:[ Row(children:[
Expanded(child: (TextFormField())) , Expanded(child: (TextFormField(
controller: _searchController,
textCapitalization: TextCapitalization.words,
decoration: InputDecoration(hintText: 'Search City'),
onChanged: (value) {
print(value);
},
))) ,
IconButton( IconButton(
onPressed: (){}, onPressed: (){},
icon: Icon(Icons.search),), icon: Icon(Icons.search),),
......
...@@ -5,58 +5,58 @@ packages: ...@@ -5,58 +5,58 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: async name: async
url: "https://pub.dartlang.org" sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
url: "https://pub.dev"
source: hosted source: hosted
version: "2.6.1" version: "2.10.0"
boolean_selector: boolean_selector:
dependency: transitive dependency: transitive
description: description:
name: boolean_selector name: boolean_selector
url: "https://pub.dartlang.org" sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
url: "https://pub.dev"
source: hosted source: hosted
version: "2.1.0" version: "2.1.1"
characters: characters:
dependency: transitive dependency: transitive
description: description:
name: characters name: characters
url: "https://pub.dartlang.org" sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c
source: hosted url: "https://pub.dev"
version: "1.1.0"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0" version: "1.2.1"
clock: clock:
dependency: transitive dependency: transitive
description: description:
name: clock name: clock
url: "https://pub.dartlang.org" sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
url: "https://pub.dev"
source: hosted source: hosted
version: "1.1.0" version: "1.1.1"
collection: collection:
dependency: transitive dependency: transitive
description: description:
name: collection name: collection
url: "https://pub.dartlang.org" sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0
url: "https://pub.dev"
source: hosted source: hosted
version: "1.15.0" version: "1.17.0"
cupertino_icons: cupertino_icons:
dependency: "direct main" dependency: "direct main"
description: description:
name: cupertino_icons name: cupertino_icons
url: "https://pub.dartlang.org" sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be
url: "https://pub.dev"
source: hosted source: hosted
version: "1.0.5" version: "1.0.5"
fake_async: fake_async:
dependency: transitive dependency: transitive
description: description:
name: fake_async name: fake_async
url: "https://pub.dartlang.org" sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
url: "https://pub.dev"
source: hosted source: hosted
version: "1.2.0" version: "1.3.1"
flutter: flutter:
dependency: "direct main" dependency: "direct main"
description: flutter description: flutter
...@@ -66,9 +66,10 @@ packages: ...@@ -66,9 +66,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: flutter_plugin_android_lifecycle name: flutter_plugin_android_lifecycle
url: "https://pub.dartlang.org" sha256: "60fc7b78455b94e6de2333d2f95196d32cf5c22f4b0b0520a628804cb463503b"
url: "https://pub.dev"
source: hosted source: hosted
version: "2.0.6" version: "2.0.7"
flutter_test: flutter_test:
dependency: "direct dev" dependency: "direct dev"
description: flutter description: flutter
...@@ -78,42 +79,96 @@ packages: ...@@ -78,42 +79,96 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: google_maps_flutter name: google_maps_flutter
url: "https://pub.dartlang.org" sha256: "0c6b72b4b1e0f6204973e2b40868a75fe6380725d498f215cd7e35ed920d1c57"
url: "https://pub.dev"
source: hosted
version: "2.2.3"
google_maps_flutter_android:
dependency: transitive
description:
name: google_maps_flutter_android
sha256: "701761b234579b4cfc0f6ae0791e2bb7184b31207b0d716e536b6d1a190dc143"
url: "https://pub.dev"
source: hosted
version: "2.4.3"
google_maps_flutter_ios:
dependency: transitive
description:
name: google_maps_flutter_ios
sha256: "33bbca8d4148ed373251ea2ec2344fdc63009926b6d6be71a0854fd42409b1ba"
url: "https://pub.dev"
source: hosted source: hosted
version: "2.0.9" version: "2.1.13"
google_maps_flutter_platform_interface: google_maps_flutter_platform_interface:
dependency: transitive dependency: transitive
description: description:
name: google_maps_flutter_platform_interface name: google_maps_flutter_platform_interface
url: "https://pub.dartlang.org" sha256: "0967430c25240836b794d42336bd4c61f0e78e9fd33d1365fa9316bb36b6b410"
url: "https://pub.dev"
source: hosted source: hosted
version: "2.1.5" version: "2.2.5"
http:
dependency: "direct main"
description:
name: http
sha256: "6aa2946395183537c8b880962d935877325d6a09a2867c3970c05c0fed6ac482"
url: "https://pub.dev"
source: hosted
version: "0.13.5"
http_parser:
dependency: transitive
description:
name: http_parser
sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
url: "https://pub.dev"
source: hosted
version: "4.0.2"
js:
dependency: transitive
description:
name: js
sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7"
url: "https://pub.dev"
source: hosted
version: "0.6.5"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:
name: matcher name: matcher
url: "https://pub.dartlang.org" sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72"
url: "https://pub.dev"
source: hosted
version: "0.12.13"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
url: "https://pub.dev"
source: hosted source: hosted
version: "0.12.10" version: "0.2.0"
meta: meta:
dependency: transitive dependency: transitive
description: description:
name: meta name: meta
url: "https://pub.dartlang.org" sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42"
url: "https://pub.dev"
source: hosted source: hosted
version: "1.3.0" version: "1.8.0"
path: path:
dependency: transitive dependency: transitive
description: description:
name: path name: path
url: "https://pub.dartlang.org" sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b
url: "https://pub.dev"
source: hosted source: hosted
version: "1.8.0" version: "1.8.2"
plugin_platform_interface: plugin_platform_interface:
dependency: transitive dependency: transitive
description: description:
name: plugin_platform_interface name: plugin_platform_interface
url: "https://pub.dartlang.org" sha256: dbf0f707c78beedc9200146ad3cb0ab4d5da13c246336987be6940f026500d3a
url: "https://pub.dev"
source: hosted source: hosted
version: "2.1.3" version: "2.1.3"
sky_engine: sky_engine:
...@@ -125,65 +180,74 @@ packages: ...@@ -125,65 +180,74 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: source_span name: source_span
url: "https://pub.dartlang.org" sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
url: "https://pub.dev"
source: hosted source: hosted
version: "1.8.1" version: "1.9.1"
stack_trace: stack_trace:
dependency: transitive dependency: transitive
description: description:
name: stack_trace name: stack_trace
url: "https://pub.dartlang.org" sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
url: "https://pub.dev"
source: hosted source: hosted
version: "1.10.0" version: "1.11.0"
stream_channel: stream_channel:
dependency: transitive dependency: transitive
description: description:
name: stream_channel name: stream_channel
url: "https://pub.dartlang.org" sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
url: "https://pub.dev"
source: hosted source: hosted
version: "2.1.0" version: "2.1.1"
stream_transform: stream_transform:
dependency: transitive dependency: transitive
description: description:
name: stream_transform name: stream_transform
url: "https://pub.dartlang.org" sha256: "14a00e794c7c11aa145a170587321aedce29769c08d7f58b1d141da75e3b1c6f"
url: "https://pub.dev"
source: hosted source: hosted
version: "2.0.0" version: "2.1.0"
string_scanner: string_scanner:
dependency: transitive dependency: transitive
description: description:
name: string_scanner name: string_scanner
url: "https://pub.dartlang.org" sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
url: "https://pub.dev"
source: hosted source: hosted
version: "1.1.0" version: "1.2.0"
term_glyph: term_glyph:
dependency: transitive dependency: transitive
description: description:
name: term_glyph name: term_glyph
url: "https://pub.dartlang.org" sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
url: "https://pub.dev"
source: hosted source: hosted
version: "1.2.0" version: "1.2.1"
test_api: test_api:
dependency: transitive dependency: transitive
description: description:
name: test_api name: test_api
url: "https://pub.dartlang.org" sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206
url: "https://pub.dev"
source: hosted source: hosted
version: "0.3.0" version: "0.4.16"
typed_data: typed_data:
dependency: transitive dependency: transitive
description: description:
name: typed_data name: typed_data
url: "https://pub.dartlang.org" sha256: "26f87ade979c47a150c9eaab93ccd2bebe70a27dc0b4b29517f2904f04eb11a5"
url: "https://pub.dev"
source: hosted source: hosted
version: "1.3.0" version: "1.3.1"
vector_math: vector_math:
dependency: transitive dependency: transitive
description: description:
name: vector_math name: vector_math
url: "https://pub.dartlang.org" sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
url: "https://pub.dev"
source: hosted source: hosted
version: "2.1.0" version: "2.1.4"
sdks: sdks:
dart: ">=2.12.0 <3.0.0" dart: ">=2.18.0 <4.0.0"
flutter: ">=2.0.0" flutter: ">=3.0.0"
...@@ -29,6 +29,7 @@ dependencies: ...@@ -29,6 +29,7 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons. # Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2 cupertino_icons: ^1.0.2
google_maps_flutter: ^2.0.9 google_maps_flutter: ^2.0.9
http: ^0.13.4
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment