General Enhancements #2

Merged
me merged 17 commits from dev into main 2025-01-29 11:38:57 -07:00
Showing only changes of commit 127820d971 - Show all commits

View File

@ -131,12 +131,18 @@
ignore_errors: yes ignore_errors: yes
when: coding == true and user_root.home != "" and user_user.home != "" when: coding == true and user_root.home != "" and user_user.home != ""
## Disable Analytics ##
flutter --disable-analytics
## Test SDK ## ## Test SDK ##
- name: Workstation | Linux | Software | Flutter | Doctor Report - name: Workstation | Linux | Software | Flutter | Doctor Report
shell: "{{ item }}" shell: "{{ item }}"
loop: loop:
- "date > {{ flutter_report }}" - "date > {{ flutter_report }}"
- "{{ flutter_bin_location }}/flutter --disable-analytics >> {{ flutter_report }}"
- "date >> {{ flutter_report }}"
- "{{ flutter_bin_location }}/flutter doctor -v >> {{ flutter_report }}" - "{{ flutter_bin_location }}/flutter doctor -v >> {{ flutter_report }}"
- "date >> {{ flutter_report }}" - "date >> {{ flutter_report }}"
when: coding == true when: coding == true