Pinned Loading
-
patch_local_cookie_cors_restricition.sh
patch_local_cookie_cors_restricition.sh 1#!/bin/bash
2echo ""
3if [[ $# == 0 ]]; then
4find ~/Library/flutter/.pub-cache/hosted/pub.dartlang.org -name "browser_client.dart" -type f -exec gsed -i 's/bool withCredentials = false/bool withCredentials = true/g' {} \;
5echo "http package browser client patched!"
-
split_view_demo
split_view_demo 1import 'package:flutter/material.dart';
23void main() => runApp(MyApp());
45class MyApp extends StatelessWidget {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.