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

Mise à jour main #200

Merged
merged 1 commit into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion lib/page/domaine_detail_page.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:add_2_calendar/add_2_calendar.dart';
import 'package:add_2_calendar_new/add_2_calendar_new.dart';
import 'package:domaine_nc_mobile/model/domaine_info.dart';
import 'package:domaine_nc_mobile/model/domaine_search_result.dart';
import 'package:domaine_nc_mobile/service/domaine_service.dart';
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
add_2_calendar:
add_2_calendar_new:
dependency: "direct main"
description:
name: add_2_calendar
sha256: dbcd0bf296fbbe00861a6f101af8cdb3c163a8c3ff5d3c99a4b081c2f37c724f
name: add_2_calendar_new
sha256: c44b7002bc6698424a79ec84a88c708714d3477d56d001f9cb4cba8c11bb88c9
url: "https://pub.dev"
source: hosted
version: "2.2.5"
version: "1.0.3"
archive:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
cupertino_icons: ^1.0.6
http: ^0.13.6
intl: ^0.18.1
add_2_calendar: ^2.2.5
add_2_calendar_new: ^1.0.3
flutter_markdown: ^0.6.15
url_launcher: ^6.1.11
skeletonizer: ^1.4.2
Expand Down