From a4fd01c22fd47eaf1c901626753e9bb95c56eb97 Mon Sep 17 00:00:00 2001 From: Halim Bahar <halim.bahar@student.reutlingen-university.de> Date: Fri, 27 Nov 2020 15:28:22 +0100 Subject: [PATCH] KAT-55new: All desired changes from KAT-55 were implemented. Creation of the App-Page breathing_frequency_per_minute.dart. --- .idea/.gitignore | 2 + .idea/codeStyles/Project.xml | 116 +++++++++++ .idea/katapp.iml | 15 ++ .idea/libraries/Dart_Packages.xml | 188 ++++++++++++++++++ .idea/libraries/Dart_SDK.xml | 29 +++ .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .../breathing_frequency_per_minute.dart | 155 +++++++++++++++ .../spontaneous_breathing_present.dart | 9 +- rescueapp/pubspec.lock | 38 ++-- 10 files changed, 546 insertions(+), 20 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/katapp.iml create mode 100644 .idea/libraries/Dart_Packages.xml create mode 100644 .idea/libraries/Dart_SDK.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 rescueapp/lib/start_triage_system/breathing_frequency_per_minute.dart diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..5c98b42 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,2 @@ +# Default ignored files +/workspace.xml \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..681f41a --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,116 @@ +<component name="ProjectCodeStyleConfiguration"> + <code_scheme name="Project" version="173"> + <codeStyleSettings language="XML"> + <indentOptions> + <option name="CONTINUATION_INDENT_SIZE" value="4" /> + </indentOptions> + <arrangement> + <rules> + <section> + <rule> + <match> + <AND> + <NAME>xmlns:android</NAME> + <XML_ATTRIBUTE /> + <XML_NAMESPACE>^$</XML_NAMESPACE> + </AND> + </match> + </rule> + </section> + <section> + <rule> + <match> + <AND> + <NAME>xmlns:.*</NAME> + <XML_ATTRIBUTE /> + <XML_NAMESPACE>^$</XML_NAMESPACE> + </AND> + </match> + <order>BY_NAME</order> + </rule> + </section> + <section> + <rule> + <match> + <AND> + <NAME>.*:id</NAME> + <XML_ATTRIBUTE /> + <XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE> + </AND> + </match> + </rule> + </section> + <section> + <rule> + <match> + <AND> + <NAME>.*:name</NAME> + <XML_ATTRIBUTE /> + <XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE> + </AND> + </match> + </rule> + </section> + <section> + <rule> + <match> + <AND> + <NAME>name</NAME> + <XML_ATTRIBUTE /> + <XML_NAMESPACE>^$</XML_NAMESPACE> + </AND> + </match> + </rule> + </section> + <section> + <rule> + <match> + <AND> + <NAME>style</NAME> + <XML_ATTRIBUTE /> + <XML_NAMESPACE>^$</XML_NAMESPACE> + </AND> + </match> + </rule> + </section> + <section> + <rule> + <match> + <AND> + <NAME>.*</NAME> + <XML_ATTRIBUTE /> + <XML_NAMESPACE>^$</XML_NAMESPACE> + </AND> + </match> + <order>BY_NAME</order> + </rule> + </section> + <section> + <rule> + <match> + <AND> + <NAME>.*</NAME> + <XML_ATTRIBUTE /> + <XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE> + </AND> + </match> + <order>ANDROID_ATTRIBUTE_ORDER</order> + </rule> + </section> + <section> + <rule> + <match> + <AND> + <NAME>.*</NAME> + <XML_ATTRIBUTE /> + <XML_NAMESPACE>.*</XML_NAMESPACE> + </AND> + </match> + <order>BY_NAME</order> + </rule> + </section> + </rules> + </arrangement> + </codeStyleSettings> + </code_scheme> +</component> \ No newline at end of file diff --git a/.idea/katapp.iml b/.idea/katapp.iml new file mode 100644 index 0000000..98227b1 --- /dev/null +++ b/.idea/katapp.iml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" inherit-compiler-output="true"> + <exclude-output /> + <content url="file://$MODULE_DIR$"> + <excludeFolder url="file://$MODULE_DIR$/rescueapp/.dart_tool" /> + <excludeFolder url="file://$MODULE_DIR$/rescueapp/.pub" /> + <excludeFolder url="file://$MODULE_DIR$/rescueapp/build" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="library" name="Dart SDK" level="project" /> + <orderEntry type="library" name="Dart Packages" level="project" /> + </component> +</module> \ No newline at end of file diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml new file mode 100644 index 0000000..68c78b7 --- /dev/null +++ b/.idea/libraries/Dart_Packages.xml @@ -0,0 +1,188 @@ +<component name="libraryTable"> + <library name="Dart Packages" type="DartPackagesLibraryType"> + <properties> + <option name="packageNameToDirsMap"> + <entry key="async"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/async-2.5.0-nullsafety.3/lib" /> + </list> + </value> + </entry> + <entry key="boolean_selector"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0-nullsafety.3/lib" /> + </list> + </value> + </entry> + <entry key="characters"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/characters-1.1.0-nullsafety.5/lib" /> + </list> + </value> + </entry> + <entry key="charcode"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0-nullsafety.3/lib" /> + </list> + </value> + </entry> + <entry key="clock"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/clock-1.1.0-nullsafety.3/lib" /> + </list> + </value> + </entry> + <entry key="collection"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/collection-1.15.0-nullsafety.5/lib" /> + </list> + </value> + </entry> + <entry key="cupertino_icons"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/cupertino_icons-1.0.0/lib" /> + </list> + </value> + </entry> + <entry key="fake_async"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0-nullsafety.3/lib" /> + </list> + </value> + </entry> + <entry key="flutter"> + <value> + <list> + <option value="$PROJECT_DIR$/../packages/flutter/lib" /> + </list> + </value> + </entry> + <entry key="flutter_test"> + <value> + <list> + <option value="$PROJECT_DIR$/../packages/flutter_test/lib" /> + </list> + </value> + </entry> + <entry key="matcher"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10-nullsafety.3/lib" /> + </list> + </value> + </entry> + <entry key="meta"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/meta-1.3.0-nullsafety.6/lib" /> + </list> + </value> + </entry> + <entry key="path"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/path-1.8.0-nullsafety.3/lib" /> + </list> + </value> + </entry> + <entry key="sky_engine"> + <value> + <list> + <option value="$PROJECT_DIR$/../bin/cache/pkg/sky_engine/lib" /> + </list> + </value> + </entry> + <entry key="source_span"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/source_span-1.8.0-nullsafety.4/lib" /> + </list> + </value> + </entry> + <entry key="stack_trace"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0-nullsafety.6/lib" /> + </list> + </value> + </entry> + <entry key="stream_channel"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0-nullsafety.3/lib" /> + </list> + </value> + </entry> + <entry key="string_scanner"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0-nullsafety.3/lib" /> + </list> + </value> + </entry> + <entry key="term_glyph"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0-nullsafety.3/lib" /> + </list> + </value> + </entry> + <entry key="test_api"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/test_api-0.2.19-nullsafety.6/lib" /> + </list> + </value> + </entry> + <entry key="typed_data"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0-nullsafety.5/lib" /> + </list> + </value> + </entry> + <entry key="vector_math"> + <value> + <list> + <option value="$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0-nullsafety.5/lib" /> + </list> + </value> + </entry> + </option> + </properties> + <CLASSES> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/async-2.5.0-nullsafety.3/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0-nullsafety.3/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/characters-1.1.0-nullsafety.5/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0-nullsafety.3/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/clock-1.1.0-nullsafety.3/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/collection-1.15.0-nullsafety.5/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/cupertino_icons-1.0.0/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0-nullsafety.3/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10-nullsafety.3/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/meta-1.3.0-nullsafety.6/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/path-1.8.0-nullsafety.3/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/source_span-1.8.0-nullsafety.4/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0-nullsafety.6/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0-nullsafety.3/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0-nullsafety.3/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0-nullsafety.3/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/test_api-0.2.19-nullsafety.6/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0-nullsafety.5/lib" /> + <root url="file://$PROJECT_DIR$/../.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0-nullsafety.5/lib" /> + <root url="file://$PROJECT_DIR$/../bin/cache/pkg/sky_engine/lib" /> + <root url="file://$PROJECT_DIR$/../packages/flutter/lib" /> + <root url="file://$PROJECT_DIR$/../packages/flutter_test/lib" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml new file mode 100644 index 0000000..0ab618e --- /dev/null +++ b/.idea/libraries/Dart_SDK.xml @@ -0,0 +1,29 @@ +<component name="libraryTable"> + <library name="Dart SDK"> + <CLASSES> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/async" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/cli" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/collection" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/convert" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/core" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/developer" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/ffi" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/html" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/indexed_db" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/io" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/isolate" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/js" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/js_util" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/math" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/mirrors" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/svg" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/typed_data" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/wasm" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/web_audio" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/web_gl" /> + <root url="file://$PROJECT_DIR$/../bin/cache/dart-sdk/lib/web_sql" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> +</component> \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..71e8846 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/katapp.iml" filepath="$PROJECT_DIR$/.idea/katapp.iml" /> + </modules> + </component> +</project> \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="" vcs="Git" /> + </component> +</project> \ No newline at end of file diff --git a/rescueapp/lib/start_triage_system/breathing_frequency_per_minute.dart b/rescueapp/lib/start_triage_system/breathing_frequency_per_minute.dart new file mode 100644 index 0000000..9749ec6 --- /dev/null +++ b/rescueapp/lib/start_triage_system/breathing_frequency_per_minute.dart @@ -0,0 +1,155 @@ +import 'package:flutter/material.dart'; +import 'after_opening_airways.dart'; +import 'spontaneous_breathing_present.dart'; + +class BreathingFrequencyPerMinute extends StatefulWidget { + BreathingFrequencyPerMinute({Key key, this.title}) : super(key: key); + final String title; + @override + _BreathingFrequencyPerMinuteState createState() => + _BreathingFrequencyPerMinuteState(); +} + +class _BreathingFrequencyPerMinuteState + extends State<BreathingFrequencyPerMinute> { + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Text('KatApp'), + ), + body: Padding( + padding: EdgeInsets.symmetric(horizontal: 40, vertical: 10), + child: Column( + children: <Widget>[ + SizedBox( + height: 40, + child: Container( + decoration: BoxDecoration(color: Colors.grey[500]), + alignment: Alignment.center, + child: Text('Ist der Patient gehfähig?', + style: TextStyle(fontSize: 20, color: Colors.blue[900])), + )), + SizedBox( + height: 40, + child: Container( + decoration: BoxDecoration(color: Colors.grey[500]), + alignment: Alignment.center, + child: Text('Nein', + style: TextStyle( + fontSize: 20, + color: Colors.blue[900], + backgroundColor: Colors.grey[500])), + )), + SizedBox( + height: 40, + child: Container( + decoration: BoxDecoration(color: Colors.grey[500]), + alignment: Alignment.center, + child: Text('Spontanatmung vorhanden?', + style: TextStyle(fontSize: 20, color: Colors.blue[900])), + )), + SizedBox( + height: 40, + child: Container( + decoration: BoxDecoration(color: Colors.grey[500]), + alignment: Alignment.center, + child: Text('Ja', + style: TextStyle( + fontSize: 20, + color: Colors.blue[900], + backgroundColor: Colors.grey[500])), + )), + SizedBox( + height: 150, + ), + SizedBox( + height: 50, + child: Container( + alignment: Alignment.center, + decoration: BoxDecoration( + border: Border( + left: BorderSide(color: Colors.red, width: 2), + right: BorderSide(color: Colors.red, width: 2), + top: BorderSide(color: Colors.red, width: 2), + ), + ), + child: Text('Kategorie B', + style: TextStyle( + fontSize: 22, + fontWeight: FontWeight.w700, + color: Colors.blue[900], + backgroundColor: Colors.white)), + )), + SizedBox( + height: 50, + width: 500, + child: Container( + alignment: Alignment.center, + decoration: BoxDecoration( + border: Border( + left: BorderSide(color: Colors.red, width: 2), + right: BorderSide(color: Colors.red, width: 2), + bottom: BorderSide(color: Colors.red, width: 2), + ), + ), + child: Text('Atemfrequenz pro Minute:', + style: TextStyle( + fontSize: 22, + fontWeight: FontWeight.w700, + color: Colors.blue[900], + backgroundColor: Colors.white)), + )), + SizedBox( + height: 70, + ), + SizedBox( + width: 200, + height: 50, + child: Container( + child: RaisedButton( + child: new Text('> 30', + style: TextStyle( + fontSize: 20, + fontWeight: FontWeight.w600, + color: Colors.blue[900])), + color: Colors.blue, + onPressed: null ))), + SizedBox( + height: 10, + ), + SizedBox( + width: 200, + height: 50, + child: Container( + child: RaisedButton( + child: new Text('≤ 30', + style: TextStyle( + fontSize: 20, + fontWeight: FontWeight.w600, + color: Colors.blue[900])), + color: Colors.blue, + onPressed: null ))), + SizedBox( + height: 70, + ), + SizedBox( + width: 200, + height: 50, + child: Container( + child: RaisedButton( + child: new Text('Zurück', + style: TextStyle( + fontSize: 20, + fontWeight: FontWeight.w600, + color: Colors.white)), + color: Colors.blue[900], + onPressed: () { + Navigator.pop(context); + }))), + ], + ), + ), + ); + } +} diff --git a/rescueapp/lib/start_triage_system/spontaneous_breathing_present.dart b/rescueapp/lib/start_triage_system/spontaneous_breathing_present.dart index 5151e51..75b3fe8 100644 --- a/rescueapp/lib/start_triage_system/spontaneous_breathing_present.dart +++ b/rescueapp/lib/start_triage_system/spontaneous_breathing_present.dart @@ -1,5 +1,6 @@ import 'package:flutter/material.dart'; import 'after_opening_airways.dart'; +import 'breathing_frequency_per_minute.dart'; class SpontaneousBreathingPresent extends StatefulWidget { SpontaneousBreathingPresent({Key key, this.title}) : super(key: key); @@ -94,7 +95,13 @@ class _SpontaneousBreathingPresentState fontWeight: FontWeight.w600, color: Colors.blue[900])), color: Colors.blue, - onPressed: null ))), + onPressed: () { + Navigator.push( + context, + MaterialPageRoute( + builder: (context) => BreathingFrequencyPerMinute()), + ); + } ))), SizedBox( height: 10, ), diff --git a/rescueapp/pubspec.lock b/rescueapp/pubspec.lock index f628010..4202e05 100644 --- a/rescueapp/pubspec.lock +++ b/rescueapp/pubspec.lock @@ -7,42 +7,42 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.5.0-nullsafety.1" + version: "2.5.0-nullsafety.3" boolean_selector: dependency: transitive description: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "2.1.0-nullsafety.1" + version: "2.1.0-nullsafety.3" characters: dependency: transitive description: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.1.0-nullsafety.3" + version: "1.1.0-nullsafety.5" charcode: dependency: transitive description: name: charcode url: "https://pub.dartlang.org" source: hosted - version: "1.2.0-nullsafety.1" + version: "1.2.0-nullsafety.3" clock: dependency: transitive description: name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.1.0-nullsafety.1" + version: "1.1.0-nullsafety.3" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.15.0-nullsafety.3" + version: "1.15.0-nullsafety.5" cupertino_icons: dependency: "direct main" description: @@ -56,7 +56,7 @@ packages: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.2.0-nullsafety.1" + version: "1.2.0-nullsafety.3" flutter: dependency: "direct main" description: flutter @@ -73,21 +73,21 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.10-nullsafety.1" + version: "0.12.10-nullsafety.3" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.3.0-nullsafety.3" + version: "1.3.0-nullsafety.6" path: dependency: transitive description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.0-nullsafety.1" + version: "1.8.0-nullsafety.3" sky_engine: dependency: transitive description: flutter @@ -99,55 +99,55 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.0-nullsafety.2" + version: "1.8.0-nullsafety.4" stack_trace: dependency: transitive description: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.10.0-nullsafety.1" + version: "1.10.0-nullsafety.6" stream_channel: dependency: transitive description: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "2.1.0-nullsafety.1" + version: "2.1.0-nullsafety.3" string_scanner: dependency: transitive description: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.1.0-nullsafety.1" + version: "1.1.0-nullsafety.3" term_glyph: dependency: transitive description: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.2.0-nullsafety.1" + version: "1.2.0-nullsafety.3" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.19-nullsafety.2" + version: "0.2.19-nullsafety.6" typed_data: dependency: transitive description: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.3.0-nullsafety.3" + version: "1.3.0-nullsafety.5" vector_math: dependency: transitive description: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.0-nullsafety.3" + version: "2.1.0-nullsafety.5" sdks: - dart: ">=2.10.0-110 <2.11.0" + dart: ">=2.12.0-0.0 <3.0.0" -- GitLab