This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:agora/definitions/type_animal.enum.dart'; | |
import 'package:agora/models/agora_breed.model.dart'; | |
import 'package:flutter/material.dart'; | |
import 'package:rxdart/rxdart.dart'; | |
import 'breed.bloc.dart'; | |
class BreedSelectionBloc { | |
BreedSelectionBloc({ | |
this.animal, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Launching lib/main.development.dart on Mi A2 in debug mode... | |
Running Gradle task 'assembleDevelopmentDebug'... | |
Running Gradle task 'assembleDevelopmentDebug'... Done 87.6s | |
✓ Built build/app/outputs/flutter-apk/app-development-debug.apk. | |
Installing build/app/outputs/flutter-apk/app.apk... 10.6s | |
Waiting for Mi A2 to report its views... 7ms | |
I/flutter (17966): >>> 19:49:21.982962 FINEST AnalyticsService [logAppOpen] | |
I/flutter (17966): >>> 19:49:22.035358 FINE AppLocalizations [setUserLanguage] en | |
I/flutter (17966): >>> 19:49:22.043203 FINEST AppLocalizations [load] en | |
I/flutter (17966): >>> 19:49:22.347559 FINEST AppLocalizations [load] initialized messages for: en |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:bellybalance/components/diary/diary-page.widget.dart'; | |
import 'package:bellybalance/components/home/dashboard.widget.dart'; | |
import 'package:bellybalance/components/home/home.viewModel.dart'; | |
import 'package:bellybalance/components/home/news.viewModel.dart'; | |
import 'package:bellybalance/components/home/news.widget.dart'; | |
import 'package:bellybalance/components/settings/settings.widget.dart'; | |
import 'package:bellybalance/core/model/news/news.dart'; | |
import 'package:bellybalance/core/model/profile/user.profile.dart'; | |
import 'package:bellybalance/core/service/scanner.service.dart'; | |
import 'package:bellybalance/shared/components/message-box.widget.dart'; |