Replaces Flutter's bundled Dart SDK with the macOS arm64 version

Overview

This script replaces Flutter's bundled Dart SDK with the macOS arm64 version

Getting Started

Set up Flutter as normal and run flutter doctor

Use as an executable

Installation

> dart pub global activate flutter_m1_patcher

Usage

Usage: flutterpatch
You might also like...

A poor man's version of a pandas DataFrame for dart.

koala A poor man's version of a pandas DataFrame. Collect, access & manipulate related data. Examples Create a DataFrame from a csv file, preexisting

Nov 19, 2022

An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a single codebase

An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a single codebase

BuySmart An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a singl

Oct 10, 2022

Yukino lets you read manga or stream anime ad-free from multiple sources for free! Available for Windows, Linux, MacOS and Android.

Yukino lets you read manga or stream anime ad-free from multiple sources for free! Available for Windows, Linux, MacOS and Android.

Yukino Yukino lets you read manga or stream anime ad-free from multiple sources. The project's name "Yukino" meaning "Snow" named after the character

Jan 6, 2023

Responsive Blog Theme using Flutter | Web, macOS, Android, iOS

 Responsive Blog Theme using Flutter | Web, macOS, Android, iOS

Responsive Blog Theme using Flutter | Web, macOS, Android, iOS Watch it on YouTube Packages we are using: flutter_svg: link get: link Flutter recently

Dec 9, 2022

A Flutter plugin that provides assets abstraction management APIs without UI integration, you can get assets (image/video/audio) on Android, iOS and macOS.

A Flutter plugin that provides assets abstraction management APIs without UI integration, you can get assets (image/video/audio) on Android, iOS and macOS.

photo_manager Photo/Assets management APIs for Flutter without UI integration, you can get assets (image/video/audio) from Android, iOS and macOS. 提供相

Jan 4, 2023

Native Drag and Drop for Flutter on iOS and MacOS

native_draggable A new flutter plugin project. Getting Started This project is a starting point for a Flutter plug-in package, a specialized package t

Dec 4, 2022

Backs up Android devices on Linux, macOS and Windows. Backup your device without vendor lock-ins, using insecure software or root.

Backs up Android devices on Linux, macOS and Windows. Backup your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box.

Dec 31, 2022

A self-hosted controller for mobile and macOS built using the Flutter framework.

A self-hosted controller for mobile and macOS built using the Flutter framework.

LunaSea LunaSea is a fully featured, open source self-hosted controller! Focused on giving you a seamless experience between all of your self-hosted m

Jan 2, 2023

Flutter plugin that allows you to keep the device screen awake on Android, iOS, macOS, Windows, and web.

Wakelock Wakelock is Flutter plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping. Supported platforms Platfo

Jan 4, 2023
Comments
  • Can't run properly

    Can't run properly

    Deleting bundled Dart SDK...
    
    Downloading Dart SDK 2.15.0 for macOS arm64...
    
    Unzipping Dart SDK...
    
    Deleting zip file...
    
    Unhandled exception:
    FileSystemException: Cannot delete file, path = '/Users/....../Workspace/Flutter/flutter/bin/cache/dart-sdk.zip' (OS Error: No such file or directory, errno = 2)
    #0      _File.throwIfError (dart:io/file_impl.dart:635:7)
    #1      _File._deleteSync (dart:io/file_impl.dart:298:5)
    #2      FileSystemEntity.deleteSync (dart:io/file_system_entity.dart:408:7)
    #3      main (file:///Users/.../.pub-cache/hosted/pub.dartlang.org/flutter_m1_patcher-1.1.1/bin/flutter_m1_patcher.dart:46:45)
    <asynchronous suspension>
    

    This is what I got

    opened by dovahkrid 5
  • Report - Brew install dart error

    Report - Brew install dart error

    Logs
    ➜  ~ brew install dart                          
    ==> Downloading https://storage.googleapis.com/dart-archive/channels/stable/rele
    Already downloaded: /Users/lsworkstation/Library/Caches/Homebrew/downloads/37da56fc0f05905740991eb870c11395fcd95f3f6b5895aadb7fda7762dc0705--dartsdk-macos-arm64-release.zip
    ==> Installing dart from dart-lang/dart
    Error: Your Command Line Tools are too outdated.
    Update them from Software Update in System Preferences or run:
      softwareupdate --all --install --force
    
    If that doesn't show you any updates, run:
      sudo rm -rf /Library/Developer/CommandLineTools
      sudo xcode-select --install
    
    Alternatively, manually download them from:
      https://developer.apple.com/download/all/.
    You should download the Command Line Tools for Xcode 13.1.
    

    Error requesting old xcode version, but xcode version is now 13.2.1. I know this error does not belong in the package. But it causes error when executing the package function.

    Just to inform.

    opened by DevLSerrano 0
A quiz-app bundled with Provider package for state management.

quiz_app A quiz-app bundled with Provider package for state management. Implemented Features MVVM (Provider+ChangeNotifiers) state sharing and state m

null 3 Jul 26, 2022
A flutter plugin to get android version(SDK INT).

get_sdk_int A new flutter plugin project. Getting Started This project is a starting point for a Flutter plug-in package, a specialized package that i

jinyus 0 Dec 28, 2021
Flutter Version Management: A simple cli to manage Flutter SDK versions.

fvm Flutter Version Management: A simple cli to manage Flutter SDK versions. Features: Configure Flutter SDK version per project or globally Ability t

于飞 242 Dec 18, 2022
An updated version of flutter_kid_starter from - quangrau using the latest Flutter 3.0 SDK

This application is an updated version of flutter_kid_starter from - quangrau using the latest Flutter 3.0 SDK, to update this awesome open-source application.

Md. Siam 29 Oct 12, 2022
Woocommerce SDK for Flutter. The Complete Woo Commerce SDK for Flutter.

woocommerce Woocommerce SDK for Flutter. Getting Started Add the package to your pubspec.yaml and import. import 'package:woocommerce/woocommerce.dart

RAY 105 Dec 6, 2022
A Dart Build Plugin that uploads debug symbols for Android, iOS/macOS and source maps for Web to Sentry via sentry-cli

Sentry Dart Plugin A Dart Build Plugin that uploads debug symbols for Android, iOS/macOS and source maps for Web to Sentry via sentry-cli. For doing i

Sentry 36 Jan 4, 2023
A dart-lang version of the SIP UA stack.

dart-sip-ua A dart-lang version of the SIP UA stack, ported from JsSIP. Overview Use pure dart-lang SIP over WebSocket (use real SIP in your flutter m

Flutter WebRTC 255 Dec 26, 2022
Extract pubspec details (such as package version, author and description) into Dart code.

build_pubspec This package helps you convert fields from your pubspec.yaml file into Dart code. Based on the fields in your pubspec, this package will

dartside.dev 9 Jul 15, 2021
A mobile version of the COCO Explorer written in Dart with Flutter Framework.

COCO Explorer Mobile A mobile version of the COCO Explorer written in Dart with Flutter Framework. Cloning the repo From GitHub: Download or clone the

Mohammad Sobhy 2 May 13, 2022