PiN73

Results 13 issues of PiN73

### New Issue Checklist - [x] I have searched for a similar issue in the [project](https://github.com/flutterchina/dio/issues) and found none ### Issue Info | Info | Value | | - |...

One might want to use this package separately from build_runner but still have it connected to project (to make the project easily portable). I've added instructions about this to readme

Currently the plugin disallows creating an app with Android package name like "myorg.myproject" ## Steps to Reproduce - Open Android Studio with Flutter plugin installed - Click "New Flutter Project"...

tech debt
fixit friday
ide-consistency

At the moment [colon-named variables (:id)](https://moor.simonbinder.eu/docs/using-sql/moor_files/#variables) generates method with positioned arguments: ```sql myQuery: SELECT * FROM MyTable WHERE x_column = :x_value AND y_column = :y_value; ``` ```dart Selectable myQuery(String x_value,...

enhancement

## What happened? When rendering error occurs, console doesn't show correct exception and stacktrace ## Steps to reproduce problem Paste this code to DartPad and run it. Note: the code...

p2
error messaging

Added test for #22 (fixed [here](https://github.com/flutterchina/cookie_jar/commit/f8ca9c477b92263e4e4eb0617205f4c5efee62cc#diff-af68040730ee70be7e2ee68ed7864a336436db0c244456e3f317d8fd57240295L20))

I'm getting error on macOS with M1 CPU python-telegram version: 0.18.0 ```python from telegram.client import Telegram Telegram( api_id='api_id', api_hash='api_hash', phone='+31611111111', database_encryption_key='changekey123', ) ``` ``` Traceback (most recent call last): File...

enhancement

I want to run benchmark (e.g. `gpu_vs_cpu_training_speed/run_experiment_catboost.py`) on my device. What command line arguments should I use?

Dart implementation contains encoder and decoder in pure Dart Flutter implementation is a wrapper to use decoder in Flutter apps

Starting from Flutter 3.10, Impeller is used by default on iOS. Small text seems to have broken kerning ### Steps to reproduce 1. Create new app 2. Add small text...

c: regression
platform-ios
engine
a: typography
has reproducible steps
P2
e: impeller
found in release: 3.10
found in release: 3.11
team-engine
triaged-engine