Searched refs:dart (Results 1 – 25 of 64) 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;
33 ../flatc --binary --cpp --java --kotlin --csharp --dart --go --lobster --lua --js --ts --php --grp…39 ../flatc --cpp --java --kotlin --csharp --dart --go --binary --lobster --lua --js --ts --php --pyth…52 ../flatc --dart monster_extra.fbs
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
20 git clone /var/local/jenkins/grpc-dart /var/local/git/grpc-dart25 cd /var/local/git/grpc-dart/interop27 /usr/lib/dart/bin/pub get --verbose || /usr/lib/dart/bin/pub get --verbose
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;
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;
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
116 dart/.pub/117 dart/.packages118 dart/pubspec.lock119 dart/.dart_tool/120 dart/build/121 dart/doc/api/
22 RUN mkdir dart-sdk && cd dart-sdk && fetch dart25 WORKDIR $SRC/dart-sdk/sdk
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}
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';
24 git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
30 git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
6 import 'dart:typed_data' show Uint8List;7 import 'package:flat_buffers/flat_buffers.dart' as fb;9 import './namespace_test2_namespace_a_generated.dart' as namespace_a;
7 `monster_my_game.sample_generated.dart` was generated with `flatc` from10 supported by FlatBuffers, as illustrated in the `example.dart` in the