Small fix
This commit is contained in:
parent
ebededacc1
commit
b8e87d15d2
2
.gitignore
vendored
2
.gitignore
vendored
@ -43,3 +43,5 @@ app.*.map.json
|
|||||||
/android/app/release
|
/android/app/release
|
||||||
|
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
lib/api_key.dart
|
@ -3,7 +3,6 @@ import 'dart:convert';
|
|||||||
import 'package:bloc/bloc.dart';
|
import 'package:bloc/bloc.dart';
|
||||||
import 'package:flutter/services.dart';
|
import 'package:flutter/services.dart';
|
||||||
import 'package:gemini_app/api_key.dart';
|
import 'package:gemini_app/api_key.dart';
|
||||||
import 'package:gemini_app/config.dart';
|
|
||||||
import 'package:gemini_app/eeg/eeg_service.dart';
|
import 'package:gemini_app/eeg/eeg_service.dart';
|
||||||
import 'package:get_it/get_it.dart';
|
import 'package:get_it/get_it.dart';
|
||||||
import 'package:google_generative_ai/google_generative_ai.dart';
|
import 'package:google_generative_ai/google_generative_ai.dart';
|
||||||
|
Loading…
Reference in New Issue
Block a user