Skip to content

Commit

Permalink
Migrate to the federated plugin architecture, null safety
Browse files Browse the repository at this point in the history
- Migrate to a federated architecture
- Migrate to null safety
- Update example to work with the breaking API changes, and comply with effective Dart guidelines
  • Loading branch information
hacker1024 committed Dec 27, 2020
1 parent ce1d521 commit cdd7a21
Show file tree
Hide file tree
Showing 92 changed files with 636 additions and 549 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,26 @@ matrix:
- export PATH=/tmp/flutter/bin:/tmp/flutter/bin/cache/dart-sdk/bin:$PATH
- flutter doctor
script:
## uni_links_platform_interface
- cd uni_links_platform_interface
# Part 1) format
- shopt -s globstar
- flutter format ./**/*.dart
- java -jar google-java-format-1.8-all-deps.jar -a --replace ./**/*.java
- clang-format-5.0 -i --style=Google ./**/*.h ./**/*.m
# Part 2) test
- flutter test --color
- cd ..
## uni_links
- cd uni_links
# Part 1) format
- shopt -s globstar
- flutter format ./**/*.dart
- java -jar google-java-format-1.8-all-deps.jar -a --replace ./**/*.java
- clang-format-5.0 -i --style=Google ./**/*.h ./**/*.m
# Part 2) test
- flutter test --color
- cd ..
# Job 3) Build example APKs and run Java tests
# - os: linux
# env:
Expand Down
Loading

0 comments on commit cdd7a21

Please sign in to comment.