cd C:\Users\User\Downloads\archive
# 1. Create the missing directory
mkdir local_packages
# 2. Clone the dependency
git clone https://f2f.bostonux.com/packages/untitled_3482696345_f2f.git `
local_packages\untitled_3482696345_f2f
# 3. Patch the invalid FontWeight
(Get-Content local_packages\untitled_3482696345_f2f\lib\bendis_widget.dart -Raw) `
-replace 'FontWeight\.w510', 'FontWeight.w500' | `
Set-Content local_packages\untitled_3482696345_f2f\lib\bendis_widget.dart
# 4. Fetch dependencies
flutter clean
flutter pub get
flutter pub get
flutter run
flutter clean
flutter pub get
flutter pub get
flutter packages upgrade