change name to vaani

This commit is contained in:
Dr-Blank 2024-08-23 04:21:46 -04:00
parent 3f496c57c4
commit d0f1f01dde
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
59 changed files with 244 additions and 239 deletions

View file

@ -1,8 +1,8 @@
// a freezed class to store the settings of the app
import 'package:freezed_annotation/freezed_annotation.dart';
import 'package:whispering_pages/settings/models/audiobookshelf_server.dart';
import 'package:whispering_pages/settings/models/authenticated_user.dart';
import 'package:vaani/settings/models/audiobookshelf_server.dart';
import 'package:vaani/settings/models/authenticated_user.dart';
part 'api_settings.freezed.dart';
part 'api_settings.g.dart';