Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded all the packages to latest version. #676

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
screen fades out. A splash screen is useful to avoid any visual
gap between the end of Android's launch screen and the painting of
Flutter's first frame. -->
radar101 marked this conversation as resolved.
Show resolved Hide resolved
<meta-data
android:name="io.flutter.embedding.android.SplashScreenDrawable"
android:resource="@drawable/launch_background" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down
2 changes: 1 addition & 1 deletion lib/injection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:cybear_jinni/utils.dart';
import 'package:get_it/get_it.dart';
import 'package:injectable/injectable.dart';

final getIt = GetIt.instance;
GetIt getIt = GetIt.instance;
radar101 marked this conversation as resolved.
Show resolved Hide resolved

/// Saves the current environment for manual use
late String currentEnv;
Expand Down
4 changes: 4 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ dependencies:
auto_size_text: ^3.0.0
# Helps implement the BLoC pattern.
bloc: ^8.1.2

radar101 marked this conversation as resolved.
Show resolved Hide resolved
build_runner: ^2.3.3
# Copy text from and to clipboard
clipboard: ^0.1.3
# Allow discover network connectivity
Expand Down Expand Up @@ -98,6 +100,8 @@ dependencies:
iconify_flutter: ^0.0.5
# Convenient code generator for get_it
injectable: ^2.3.0
injectable_generator: ^2.1.3 # Version 2
radar101 marked this conversation as resolved.
Show resolved Hide resolved

radar101 marked this conversation as resolved.
Show resolved Hide resolved
# Allow you to have a screen at launcher for example
introduction_screen: ^3.1.8
# Extremely fast, easy to use, and fully async NoSQL database for Flutter.
Expand Down