Searched refs:dart (Results 1 – 25 of 60) sorted by relevance
123
20 command -v dart >/dev/null 2>&1 || { echo >&2 "Dart tests require dart to be in path but it's not i…23 ../flatc --dart -I include_test -o ../dart/test monster_test.fbs 24 cp monsterdata_test.mon ../dart/test26 cd ../dart31 dart test/flat_buffers_test.dart34 rm ../dart/test/monsterdata_test.mon
6 import 'dart:typed_data' show Uint8List;7 import 'package:flat_buffers/flat_buffers.dart' as fb;9 import './monster_test_my_game.example_generated.dart' as my_game_example;10 import './monster_test_my_game.example2_generated.dart' as my_game_example2;
6 import 'dart:typed_data' show Uint8List;7 import 'package:flat_buffers/flat_buffers.dart' as fb;9 import './monster_test_my_game_generated.dart' as my_game;10 import './monster_test_my_game.example_generated.dart' as my_game_example;
18 ../flatc --cpp --java --csharp --dart --go --binary --lobster --lua --python --js --ts --php --rust…19 ../flatc --cpp --java --csharp --dart --go --binary --lobster --lua --python --js --ts --php --rust…
30 cd ../dart/example35 ../../flatc --dart ../../samples/monster.fbs37 ../../Debug/flatc --dart ../../samples/monster.fbs47 dart example.dart50 git checkout monster_my_game.sample_generated.dart
6 import 'dart:typed_data' show Uint8List;7 import 'package:flat_buffers/flat_buffers.dart' as fb;9 import 'include_test1_my_game.example2_generated.dart';10 import 'include_test2_my_game.example2_generated.dart';11 import './monster_test_my_game_generated.dart' as my_game;12 import './monster_test_my_game.example_generated.dart' as my_game_example;
6 import 'dart:typed_data' show Uint8List;7 import 'package:flat_buffers/flat_buffers.dart' as fb;9 import 'include_test1_my_game_generated.dart';10 import 'include_test2_my_game_generated.dart';11 import './monster_test_my_game.example_generated.dart' as my_game_example;12 import './monster_test_my_game.example2_generated.dart' as my_game_example2;
20 git clone /var/local/jenkins/grpc-dart /var/local/git/grpc-dart25 cd /var/local/git/grpc-dart/interop26 /usr/lib/dart/bin/pub get
15 FROM google/dart:2.018 RUN apt-get update && apt-get upgrade -y dart
110 dart/.pub/111 dart/.packages112 dart/pubspec.lock113 dart/.dart_tool/114 dart/build/115 dart/doc/api/
22 git clone /var/local/jenkins/grpc-dart /var/local/git/grpc-dart27 cd /var/local/git/grpc-dart/interop28 /usr/lib/dart/bin/pub get
17 FROM google/dart:2.020 RUN apt-get update && apt-get upgrade -y dart
20 `flatbuffers/dart`. You can browse the library code on the [FlatBuffers21 GitHub page](https://github.com/google/flatbuffers/tree/master/dart).26 The test code itself is located in [dart_test.dart](https://github.com/google/27 flatbuffers/blob/master/tests/dart_test.dart).43 schema with the `--dart` option to `flatc`. Then you can include both FlatBuffers50 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.dart}51 import 'dart:io' as io;53 import 'package:flat_buffers/flat_buffers.dart' as fb;54 import './monster_my_game.sample_generated.dart' as myGame;62 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.dart}
3 FROM alpine:latest as dart-sdk-checkout10 RUN git clone --depth 1 https://github.com/dart-lang/sdk.git24 COPY --from=dart-sdk-checkout /tmp/sdk/runtime/third_party/ /opt/
1 import 'dart:io';3 import 'dart_tutorial/addressbook.pb.dart';4 import 'dart_tutorial/addressbook.pbenum.dart';
8 dart: add_person_dart list_people_dart target20 rm -f protoc_middleman_dart dart_tutorial/*.pb*.dart50 add_person_dart: add_person.dart protoc_middleman_dart52 list_people_dart: list_people.dart protoc_middleman_dart
130 Then, install the Dart Protocol Buffer plugin as described [here](https://github.com/dart-lang/dart…131 Note, the executable `bin/protoc-gen-dart` must be in your `PATH` for `protoc` to find it.133 Build the Dart samples in this directory with `make dart`.138 $ dart add_person.dart addessbook.data139 $ dart list_people.dart addressbook.data
1 import 'dart:io';3 import 'dart_tutorial/addressbook.pb.dart';
6 import 'dart:typed_data' show Uint8List;7 import 'package:flat_buffers/flat_buffers.dart' as fb;9 import 'namespace_test1_namespace_c_generated.dart';10 import './namespace_test2_namespace_a_generated.dart' as namespace_a;
6 import 'dart:typed_data' show Uint8List;7 import 'package:flat_buffers/flat_buffers.dart' as fb;9 import 'namespace_test1_namespace_a_generated.dart';10 import './namespace_test2_namespace_c_generated.dart' as namespace_c;
4 F: arch/arm/dts/imx6ull-dart-6ul.dts5 F: arch/arm/dts/imx6ull-dart-6ul.dtsi
24 git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
30 git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
9 #include "imx6ull-dart-6ul.dtsi"13 compatible = "variscite,imx6ull-dart-6ul", "fsl,imx6ull";
7 `monster_my_game.sample_generated.dart` was generated with `flatc` from10 supported by FlatBuffers, as illustrated in the `example.dart` in the