Masterarbeit Richard Stern. Flutter App, sich mit einem Bluetooth-Gerät verbindet und Berührungen auf einem Sensor visualisiert.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pubspec.lock 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  1. # Generated by pub
  2. # See https://dart.dev/tools/pub/glossary#lockfile
  3. packages:
  4. analyzer:
  5. dependency: transitive
  6. description:
  7. name: analyzer
  8. url: "https://pub.dartlang.org"
  9. source: hosted
  10. version: "0.35.4"
  11. archive:
  12. dependency: transitive
  13. description:
  14. name: archive
  15. url: "https://pub.dartlang.org"
  16. source: hosted
  17. version: "2.0.9"
  18. args:
  19. dependency: transitive
  20. description:
  21. name: args
  22. url: "https://pub.dartlang.org"
  23. source: hosted
  24. version: "1.5.2"
  25. async:
  26. dependency: transitive
  27. description:
  28. name: async
  29. url: "https://pub.dartlang.org"
  30. source: hosted
  31. version: "2.2.0"
  32. bloc:
  33. dependency: transitive
  34. description:
  35. name: bloc
  36. url: "https://pub.dartlang.org"
  37. source: hosted
  38. version: "0.12.0"
  39. boolean_selector:
  40. dependency: transitive
  41. description:
  42. name: boolean_selector
  43. url: "https://pub.dartlang.org"
  44. source: hosted
  45. version: "1.0.4"
  46. charcode:
  47. dependency: transitive
  48. description:
  49. name: charcode
  50. url: "https://pub.dartlang.org"
  51. source: hosted
  52. version: "1.1.2"
  53. collection:
  54. dependency: transitive
  55. description:
  56. name: collection
  57. url: "https://pub.dartlang.org"
  58. source: hosted
  59. version: "1.14.11"
  60. convert:
  61. dependency: transitive
  62. description:
  63. name: convert
  64. url: "https://pub.dartlang.org"
  65. source: hosted
  66. version: "2.1.1"
  67. crypto:
  68. dependency: transitive
  69. description:
  70. name: crypto
  71. url: "https://pub.dartlang.org"
  72. source: hosted
  73. version: "2.0.6"
  74. csslib:
  75. dependency: transitive
  76. description:
  77. name: csslib
  78. url: "https://pub.dartlang.org"
  79. source: hosted
  80. version: "0.16.0"
  81. cupertino_icons:
  82. dependency: "direct main"
  83. description:
  84. name: cupertino_icons
  85. url: "https://pub.dartlang.org"
  86. source: hosted
  87. version: "0.1.2"
  88. dartdoc:
  89. dependency: "direct main"
  90. description:
  91. name: dartdoc
  92. url: "https://pub.dartlang.org"
  93. source: hosted
  94. version: "0.28.3+2"
  95. file:
  96. dependency: transitive
  97. description:
  98. name: file
  99. url: "https://pub.dartlang.org"
  100. source: hosted
  101. version: "5.0.8"
  102. fixnum:
  103. dependency: transitive
  104. description:
  105. name: fixnum
  106. url: "https://pub.dartlang.org"
  107. source: hosted
  108. version: "0.10.9"
  109. flare_dart:
  110. dependency: transitive
  111. description:
  112. name: flare_dart
  113. url: "https://pub.dartlang.org"
  114. source: hosted
  115. version: "1.4.1"
  116. flare_flutter:
  117. dependency: "direct main"
  118. description:
  119. name: flare_flutter
  120. url: "https://pub.dartlang.org"
  121. source: hosted
  122. version: "1.5.1"
  123. flutter:
  124. dependency: "direct main"
  125. description: flutter
  126. source: sdk
  127. version: "0.0.0"
  128. flutter_bloc:
  129. dependency: "direct main"
  130. description:
  131. name: flutter_bloc
  132. url: "https://pub.dartlang.org"
  133. source: hosted
  134. version: "0.11.1"
  135. flutter_blue:
  136. dependency: "direct main"
  137. description:
  138. name: flutter_blue
  139. url: "https://pub.dartlang.org"
  140. source: hosted
  141. version: "0.5.0"
  142. flutter_driver:
  143. dependency: "direct dev"
  144. description: flutter
  145. source: sdk
  146. version: "0.0.0"
  147. flutter_launcher_icons:
  148. dependency: "direct dev"
  149. description:
  150. name: flutter_launcher_icons
  151. url: "https://pub.dartlang.org"
  152. source: hosted
  153. version: "0.7.2"
  154. flutter_svg:
  155. dependency: "direct main"
  156. description:
  157. name: flutter_svg
  158. url: "https://pub.dartlang.org"
  159. source: hosted
  160. version: "0.9.0+1"
  161. flutter_test:
  162. dependency: transitive
  163. description: flutter
  164. source: sdk
  165. version: "0.0.0"
  166. front_end:
  167. dependency: transitive
  168. description:
  169. name: front_end
  170. url: "https://pub.dartlang.org"
  171. source: hosted
  172. version: "0.1.14"
  173. fuchsia_remote_debug_protocol:
  174. dependency: transitive
  175. description: flutter
  176. source: sdk
  177. version: "0.0.0"
  178. glob:
  179. dependency: transitive
  180. description:
  181. name: glob
  182. url: "https://pub.dartlang.org"
  183. source: hosted
  184. version: "1.1.7"
  185. html:
  186. dependency: transitive
  187. description:
  188. name: html
  189. url: "https://pub.dartlang.org"
  190. source: hosted
  191. version: "0.14.0+2"
  192. http:
  193. dependency: transitive
  194. description:
  195. name: http
  196. url: "https://pub.dartlang.org"
  197. source: hosted
  198. version: "0.12.0+2"
  199. http_multi_server:
  200. dependency: transitive
  201. description:
  202. name: http_multi_server
  203. url: "https://pub.dartlang.org"
  204. source: hosted
  205. version: "2.0.6"
  206. http_parser:
  207. dependency: transitive
  208. description:
  209. name: http_parser
  210. url: "https://pub.dartlang.org"
  211. source: hosted
  212. version: "3.1.3"
  213. image:
  214. dependency: transitive
  215. description:
  216. name: image
  217. url: "https://pub.dartlang.org"
  218. source: hosted
  219. version: "2.1.4"
  220. intl:
  221. dependency: transitive
  222. description:
  223. name: intl
  224. url: "https://pub.dartlang.org"
  225. source: hosted
  226. version: "0.15.8"
  227. io:
  228. dependency: transitive
  229. description:
  230. name: io
  231. url: "https://pub.dartlang.org"
  232. source: hosted
  233. version: "0.3.3"
  234. js:
  235. dependency: transitive
  236. description:
  237. name: js
  238. url: "https://pub.dartlang.org"
  239. source: hosted
  240. version: "0.6.1+1"
  241. json_rpc_2:
  242. dependency: transitive
  243. description:
  244. name: json_rpc_2
  245. url: "https://pub.dartlang.org"
  246. source: hosted
  247. version: "2.1.0"
  248. kernel:
  249. dependency: transitive
  250. description:
  251. name: kernel
  252. url: "https://pub.dartlang.org"
  253. source: hosted
  254. version: "0.3.14"
  255. logging:
  256. dependency: transitive
  257. description:
  258. name: logging
  259. url: "https://pub.dartlang.org"
  260. source: hosted
  261. version: "0.11.3+2"
  262. markdown:
  263. dependency: transitive
  264. description:
  265. name: markdown
  266. url: "https://pub.dartlang.org"
  267. source: hosted
  268. version: "2.0.3"
  269. matcher:
  270. dependency: transitive
  271. description:
  272. name: matcher
  273. url: "https://pub.dartlang.org"
  274. source: hosted
  275. version: "0.12.5"
  276. meta:
  277. dependency: transitive
  278. description:
  279. name: meta
  280. url: "https://pub.dartlang.org"
  281. source: hosted
  282. version: "1.1.6"
  283. mime:
  284. dependency: transitive
  285. description:
  286. name: mime
  287. url: "https://pub.dartlang.org"
  288. source: hosted
  289. version: "0.9.6+3"
  290. multi_server_socket:
  291. dependency: transitive
  292. description:
  293. name: multi_server_socket
  294. url: "https://pub.dartlang.org"
  295. source: hosted
  296. version: "1.0.2"
  297. mustache:
  298. dependency: transitive
  299. description:
  300. name: mustache
  301. url: "https://pub.dartlang.org"
  302. source: hosted
  303. version: "1.1.1"
  304. node_preamble:
  305. dependency: transitive
  306. description:
  307. name: node_preamble
  308. url: "https://pub.dartlang.org"
  309. source: hosted
  310. version: "1.4.4"
  311. package_config:
  312. dependency: transitive
  313. description:
  314. name: package_config
  315. url: "https://pub.dartlang.org"
  316. source: hosted
  317. version: "1.0.5"
  318. package_resolver:
  319. dependency: transitive
  320. description:
  321. name: package_resolver
  322. url: "https://pub.dartlang.org"
  323. source: hosted
  324. version: "1.0.10"
  325. path:
  326. dependency: transitive
  327. description:
  328. name: path
  329. url: "https://pub.dartlang.org"
  330. source: hosted
  331. version: "1.6.2"
  332. path_drawing:
  333. dependency: transitive
  334. description:
  335. name: path_drawing
  336. url: "https://pub.dartlang.org"
  337. source: hosted
  338. version: "0.4.1"
  339. path_parsing:
  340. dependency: transitive
  341. description:
  342. name: path_parsing
  343. url: "https://pub.dartlang.org"
  344. source: hosted
  345. version: "0.1.4"
  346. pedantic:
  347. dependency: transitive
  348. description:
  349. name: pedantic
  350. url: "https://pub.dartlang.org"
  351. source: hosted
  352. version: "1.7.0"
  353. petitparser:
  354. dependency: transitive
  355. description:
  356. name: petitparser
  357. url: "https://pub.dartlang.org"
  358. source: hosted
  359. version: "2.3.0"
  360. platform:
  361. dependency: transitive
  362. description:
  363. name: platform
  364. url: "https://pub.dartlang.org"
  365. source: hosted
  366. version: "2.2.0"
  367. pool:
  368. dependency: transitive
  369. description:
  370. name: pool
  371. url: "https://pub.dartlang.org"
  372. source: hosted
  373. version: "1.4.0"
  374. process:
  375. dependency: transitive
  376. description:
  377. name: process
  378. url: "https://pub.dartlang.org"
  379. source: hosted
  380. version: "3.0.9"
  381. protobuf:
  382. dependency: transitive
  383. description:
  384. name: protobuf
  385. url: "https://pub.dartlang.org"
  386. source: hosted
  387. version: "0.10.8"
  388. pub_semver:
  389. dependency: transitive
  390. description:
  391. name: pub_semver
  392. url: "https://pub.dartlang.org"
  393. source: hosted
  394. version: "1.4.2"
  395. quiver:
  396. dependency: transitive
  397. description:
  398. name: quiver
  399. url: "https://pub.dartlang.org"
  400. source: hosted
  401. version: "2.0.3"
  402. resource:
  403. dependency: transitive
  404. description:
  405. name: resource
  406. url: "https://pub.dartlang.org"
  407. source: hosted
  408. version: "2.1.5"
  409. rxdart:
  410. dependency: "direct main"
  411. description:
  412. name: rxdart
  413. url: "https://pub.dartlang.org"
  414. source: hosted
  415. version: "0.21.0"
  416. screen:
  417. dependency: "direct main"
  418. description:
  419. name: screen
  420. url: "https://pub.dartlang.org"
  421. source: hosted
  422. version: "0.0.5"
  423. shelf:
  424. dependency: transitive
  425. description:
  426. name: shelf
  427. url: "https://pub.dartlang.org"
  428. source: hosted
  429. version: "0.7.5"
  430. shelf_packages_handler:
  431. dependency: transitive
  432. description:
  433. name: shelf_packages_handler
  434. url: "https://pub.dartlang.org"
  435. source: hosted
  436. version: "1.0.4"
  437. shelf_static:
  438. dependency: transitive
  439. description:
  440. name: shelf_static
  441. url: "https://pub.dartlang.org"
  442. source: hosted
  443. version: "0.2.8"
  444. shelf_web_socket:
  445. dependency: transitive
  446. description:
  447. name: shelf_web_socket
  448. url: "https://pub.dartlang.org"
  449. source: hosted
  450. version: "0.2.3"
  451. sky_engine:
  452. dependency: transitive
  453. description: flutter
  454. source: sdk
  455. version: "0.0.99"
  456. source_map_stack_trace:
  457. dependency: transitive
  458. description:
  459. name: source_map_stack_trace
  460. url: "https://pub.dartlang.org"
  461. source: hosted
  462. version: "1.1.5"
  463. source_maps:
  464. dependency: transitive
  465. description:
  466. name: source_maps
  467. url: "https://pub.dartlang.org"
  468. source: hosted
  469. version: "0.10.8"
  470. source_span:
  471. dependency: transitive
  472. description:
  473. name: source_span
  474. url: "https://pub.dartlang.org"
  475. source: hosted
  476. version: "1.5.5"
  477. splashscreen:
  478. dependency: "direct main"
  479. description:
  480. name: splashscreen
  481. url: "https://pub.dartlang.org"
  482. source: hosted
  483. version: "1.2.0"
  484. stack_trace:
  485. dependency: transitive
  486. description:
  487. name: stack_trace
  488. url: "https://pub.dartlang.org"
  489. source: hosted
  490. version: "1.9.3"
  491. stream_channel:
  492. dependency: transitive
  493. description:
  494. name: stream_channel
  495. url: "https://pub.dartlang.org"
  496. source: hosted
  497. version: "2.0.0"
  498. string_scanner:
  499. dependency: transitive
  500. description:
  501. name: string_scanner
  502. url: "https://pub.dartlang.org"
  503. source: hosted
  504. version: "1.0.4"
  505. term_glyph:
  506. dependency: transitive
  507. description:
  508. name: term_glyph
  509. url: "https://pub.dartlang.org"
  510. source: hosted
  511. version: "1.1.0"
  512. test:
  513. dependency: "direct dev"
  514. description:
  515. name: test
  516. url: "https://pub.dartlang.org"
  517. source: hosted
  518. version: "1.6.3"
  519. test_api:
  520. dependency: transitive
  521. description:
  522. name: test_api
  523. url: "https://pub.dartlang.org"
  524. source: hosted
  525. version: "0.2.5"
  526. test_core:
  527. dependency: transitive
  528. description:
  529. name: test_core
  530. url: "https://pub.dartlang.org"
  531. source: hosted
  532. version: "0.2.5"
  533. typed_data:
  534. dependency: transitive
  535. description:
  536. name: typed_data
  537. url: "https://pub.dartlang.org"
  538. source: hosted
  539. version: "1.1.6"
  540. vector_math:
  541. dependency: transitive
  542. description:
  543. name: vector_math
  544. url: "https://pub.dartlang.org"
  545. source: hosted
  546. version: "2.0.8"
  547. vibrate:
  548. dependency: "direct main"
  549. description:
  550. name: vibrate
  551. url: "https://pub.dartlang.org"
  552. source: hosted
  553. version: "0.0.4"
  554. vm_service_client:
  555. dependency: transitive
  556. description:
  557. name: vm_service_client
  558. url: "https://pub.dartlang.org"
  559. source: hosted
  560. version: "0.2.6+2"
  561. watcher:
  562. dependency: transitive
  563. description:
  564. name: watcher
  565. url: "https://pub.dartlang.org"
  566. source: hosted
  567. version: "0.9.7+10"
  568. web_socket_channel:
  569. dependency: transitive
  570. description:
  571. name: web_socket_channel
  572. url: "https://pub.dartlang.org"
  573. source: hosted
  574. version: "1.0.13"
  575. webview_flutter:
  576. dependency: "direct main"
  577. description:
  578. name: webview_flutter
  579. url: "https://pub.dartlang.org"
  580. source: hosted
  581. version: "0.3.9"
  582. xml:
  583. dependency: transitive
  584. description:
  585. name: xml
  586. url: "https://pub.dartlang.org"
  587. source: hosted
  588. version: "3.5.0"
  589. yaml:
  590. dependency: transitive
  591. description:
  592. name: yaml
  593. url: "https://pub.dartlang.org"
  594. source: hosted
  595. version: "2.1.15"
  596. sdks:
  597. dart: ">=2.3.0 <3.0.0"
  598. flutter: ">=0.11.9 <2.0.0"