Skip to content

Instantly share code, notes, and snippets.

@dodync
dodync / WordpressHelper.php
Last active February 6, 2023 02:51
sync user to laravel, WordpressHelper.php untuk laravel
<?php
namespace App\Helpers;
use GuzzleHttp\Client;
class WordpressHelper
{
private $client;
@dodync
dodync / codemagic.yaml
Created December 27, 2022 03:12
flutter android ios build script codemagic
# Automatically generated on 2022-10-14 UTC from https://codemagic.io/app/6349e9b122ff8df4cf40df4e/settings
# Note that this configuration is not an exact match to UI settings. Review and adjust as necessary.
workflows:
android-workflow:
name: Build android release
max_build_duration: 60
environment:
flutter: default
xcode: latest