Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Refactor rename the package and the private deps #28

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

Merged
fulleni merged 19 commits into main from refactor-rename-the-package-and-the-private-deps
Jul 23, 2025
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a1f4903
chore: update MongoDB database name example
fulleni Jul 23, 2025
cb2bd23
build(deps): update dependency repository locations and names
fulleni Jul 23, 2025
90b7c45
chore: update repository links and rename project
fulleni Jul 23, 2025
75ab180
chore(dependabot): add specific package ignores in dependabot config
fulleni Jul 23, 2025
45c8ae4
refactor(api): update dependencies and imports
fulleni Jul 23, 2025
993b263
refactor:flutter_news_app_api_server_full_source_code: update imports...
fulleni Jul 23, 2025
33fc121
refactor(api): update imports and exceptions handling
fulleni Jul 23, 2025
ff00dd9
docs(countries_client_provider): update outdated commentary
fulleni Jul 23, 2025
fef92b9
refactor(rbac): update imports in permission_service and role_permiss...
fulleni Jul 23, 2025
66ce087
refactor(registry): update imports and package references
fulleni Jul 23, 2025
d67c9eb
refactor(api): rename package and update dependencies
fulleni Jul 23, 2025
ddfd42e
refactor(dependencies): update import paths and package names
fulleni Jul 23, 2025
4aca107
build: update import path for authentication middleware
fulleni Jul 23, 2025
2432d4a
refactor(auth): update imports and exceptions in auth routes
fulleni Jul 23, 2025
d8bebdf
refactor(api): update package imports and repository references
fulleni Jul 23, 2025
033fb77
build(dependencies): move core package to dependencies and adjust dotenv
fulleni Jul 23, 2025
8dc33bf
docs(README): overhaul content and structure for clarity & impact
fulleni Jul 23, 2025
3536bb3
docs(README): update toolkit name and formatting
fulleni Jul 23, 2025
af6c78b
docs(pubspec): update package description
fulleni Jul 23, 2025
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
Prev Previous commit
Next Next commit
refactor(registry): update imports and package references
- Replace `ht_data_client` with `data_client` package
- Replace `flutter_news_app_api_server_full_source_code` with `core` package
- Update class names and references accordingly
  • Loading branch information
fulleni committed Jul 23, 2025
commit 66ce0879adc9d2371a0913c5600ee00ae710b6eb
8 changes: 4 additions & 4 deletions lib/src/registry/model_registry.dart
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// ignore_for_file: comment_references

import 'package:core/core.dart';
import 'package:dart_frog/dart_frog.dart';
import 'package:ht_api/src/rbac/permissions.dart';
import 'package:ht_data_client/ht_data_client.dart';
import 'package:ht_shared/ht_shared.dart';
import 'package:data_client/data_client.dart';
import 'package:flutter_news_app_api_server_full_source_code/src/rbac/permissions.dart';

/// Defines the type of permission check required for a specific action.
enum RequiredPermissionType {
Expand Down Expand Up @@ -113,7 +113,7 @@ class ModelConfig<T> {
/// (like `fromJson`, `getOwnerId`) and authorization metadata needed by the
/// generic route handlers (`index.dart`, `[id].dart`) and authorization middleware.
///
/// While individual repositories (`HtDataRepository<Headline>`, etc.) are provided
/// While individual repositories (`DataRepository<Headline>`, etc.) are provided
/// directly in the main `routes/_middleware.dart`, this registry provides the
/// *metadata* needed to work with those repositories generically based on the
/// request's `model` parameter.
Expand Down

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /