Skip to content

Commit

Permalink
generated in local
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Apr 8, 2024
1 parent 2299a5b commit 68ed8c1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
# Native splash screen plugin
flutter_native_splash: ^2.4.0
# Annotations for freezed
freezed_annotation: ^2.2.0
freezed_annotation: ^2.4.1
# Service locator
get_it: ^7.2.0
# A composable, multi-platform, Future-based API for HTTP requests.
Expand All @@ -35,6 +35,7 @@ dependencies:
# An easy way to create a new isolate, keep it running and communicate with it.
isolate_contactor: ^2.0.0+1
# Discover network info and configure themselves accordingly
json_annotation: ^4.8.1
network_info_plus: ^4.0.2
# Helps you discover open ports, devices on subnet and more.
network_tools_flutter: ^2.0.0
Expand All @@ -54,15 +55,16 @@ dependencies:

dev_dependencies:
# A build system for Dart code generation and modular compilation.
build_runner:
build_runner: ^2.4.9

flutter_test:
sdk: flutter
# Code generator for unions/pattern-matching/copy.
freezed: ^2.2.0
freezed: ^2.5.0
# Convenient code generator for get_it.
injectable_generator: ^2.1.4
# Collection of lint rules for Dart and Flutter projects.
json_serializable: ^6.7.1
lint: ^2.0.1

flutter:
Expand Down

0 comments on commit 68ed8c1

Please sign in to comment.