Commit Graph

19 Commits

Author SHA1 Message Date
CloudWebRTC 404b48bb96 Update publish.yaml 2023-05-17 14:04:25 +08:00
CloudWebRTC cba495d104 Update build.yaml 2023-05-17 13:46:58 +08:00
CloudWebRTC e12dd60f5f update CI. (#287)
* update.

* update.

* pub update.

* fix import_sorter.

* fix analyze.
2023-05-17 13:44:28 +08:00
Jonas Schell 8fb192c55c update readme (#268) 2023-04-12 17:06:50 +08:00
CloudWebRTC bf79d0933c Update build.yaml
fix CI
2023-02-03 15:28:39 +08:00
CloudWebRTC 5a5c3fd732 Update issue templates 2022-10-18 09:55:57 +08:00
CloudWebRTC 8c09379244 Update issue templates 2022-10-13 16:36:36 +08:00
David Zhao dd3b8025e1 use aws cli for docs 2021-10-07 17:48:03 -07:00
Hiroshi Horie 791ece2265 check format to default 2021-10-02 15:23:34 +09:00
David Zhao 1049981480 Disable publishing via CI (credentials issue) 2021-08-31 22:58:38 -07:00
David Zhao 6eebb0bcbf remove publish test 2021-08-31 22:27:40 -07:00
David Zhao 880f1153ff test publishing 2021-08-31 22:20:26 -07:00
David Zhao 0e4267888a use alternative publishing action 2021-08-31 16:36:02 -07:00
David Zhao 5c82ee224b version bump 0.4.0 2021-08-31 09:29:53 -07:00
Hiroshi Horie ab31ddabb9 Apply Flutter best practices [Non-Breaking] (#2)
* Add flutter_lints package

* Use key in widget constructors

lint: use_key_in_widget_constructors

* Unnecessary new keyword

lint: unnecessary_new

* Prefer const with constant constructors

* Exclude protobuf files from analyzer

* Private field could be final

* Annotate overridden members

* Use initializing formals when possible

* Don't access members with `this` unless avoiding shadowing

* Prefer is! operator

* Use isEmpty instead of length

* Use collection literals when possible

* Revert comment changes

* Cleaner null testing

* Misc fixes

* Avoid using `forEach` with a function literal

* Prefer `final` over `var` where applicable

* Enforce stricter type-checking

* Ignore VS Code files

* Flutter format

* Prefer using lowerCamelCase for constant names

* flutter format -l 100

* Disable `avoid_print` for examples

* Slight improvements to example

Should solve lint error: no_logic_in_create_state
2021-08-31 16:35:07 +09:00
David Zhao 4a75d78ef9 update readmes 2021-08-30 22:11:29 -07:00
David Zhao ef00eda3b7 missing files 2021-08-30 15:32:12 -07:00
David Zhao 75ac5c4d00 fix CI, cache dependencies 2021-08-04 23:17:43 -07:00
David Zhao 0edcc3a714 CI for build 2021-08-04 23:09:15 -07:00