Skip to content

Commit

Permalink
Merge branch 'main' into elasticlib-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 authored Dec 14, 2024
2 parents 6e913fa + 5ec65e2 commit 95ba648
Show file tree
Hide file tree
Showing 29 changed files with 1,628 additions and 1,130 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elastic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: dart run import_sorter:main --exit-if-changed

- name: Analyze project source
run: flutter analyze --no-fatal-infos --no-fatal-warnings
run: flutter analyze --no-fatal-infos
test:
name: "Run Tests"
runs-on: ubuntu-22.04
Expand Down
2 changes: 2 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import 'package:elastic_dashboard/services/log.dart';
import 'package:elastic_dashboard/services/nt_connection.dart';
import 'package:elastic_dashboard/services/nt_widget_builder.dart';
import 'package:elastic_dashboard/services/settings.dart';
import 'package:elastic_dashboard/services/update_checker.dart';

void main() async {
WidgetsFlutterBinding.ensureInitialized();
Expand Down Expand Up @@ -216,6 +217,7 @@ class _ElasticState extends State<Elastic> {
ntConnection: widget.ntConnection,
preferences: widget.preferences,
version: widget.version,
updateChecker: UpdateChecker(currentVersion: widget.version),
onColorChanged: (color) => setState(() {
teamColor = color;
widget.preferences.setInt(PrefKeys.teamColor, color.value);
Expand Down
Loading

0 comments on commit 95ba648

Please sign in to comment.