mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
docimports for API samples (#151606)
Part of https://github.com/flutter/flutter/issues/150800 Turns out: None of these actually need any docImports. They just had broken references.
This commit is contained in:
parent
fb290b3121
commit
43f3252c82
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
/// Flutter code sample for [ExpansionPanelList.ExpansionPanelList.radio].
|
||||
/// Flutter code sample for [ExpansionPanelList.radio].
|
||||
|
||||
void main() => runApp(const ExpansionPanelListRadioExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
/// Flutter code sample for [ReorderableListView.ReorderableListView.builder].
|
||||
/// Flutter code sample for [ReorderableListView.builder].
|
||||
|
||||
void main() => runApp(const ReorderableApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.alternative].
|
||||
/// Flutter code sample for [FontFeature.alternative].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.alternativeFractions].
|
||||
/// Flutter code sample for [FontFeature.alternativeFractions].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.caseSensitiveForms].
|
||||
/// Flutter code sample for [FontFeature.caseSensitiveForms].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.characterVariant].
|
||||
/// Flutter code sample for [FontFeature.characterVariant].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.contextualAlternates].
|
||||
/// Flutter code sample for [FontFeature.contextualAlternates].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.denominator].
|
||||
/// Flutter code sample for [FontFeature.denominator].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.fractions].
|
||||
/// Flutter code sample for [FontFeature.fractions].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.historicalForms].
|
||||
/// Flutter code sample for [FontFeature.historicalForms].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.historicalLigatures].
|
||||
/// Flutter code sample for [FontFeature.historicalLigatures].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.liningFigures].
|
||||
/// Flutter code sample for [FontFeature.liningFigures].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.localeAware].
|
||||
/// Flutter code sample for [FontFeature.localeAware].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.notationalForms].
|
||||
/// Flutter code sample for [FontFeature.notationalForms].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.numerators].
|
||||
/// Flutter code sample for [FontFeature.numerators].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.oldstyleFigures].
|
||||
/// Flutter code sample for [FontFeature.oldstyleFigures].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.ordinalForms].
|
||||
/// Flutter code sample for [FontFeature.ordinalForms].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.proportionalFigures].
|
||||
/// Flutter code sample for [FontFeature.proportionalFigures].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.scientificInferiors].
|
||||
/// Flutter code sample for [FontFeature.scientificInferiors].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.slashedZero].
|
||||
/// Flutter code sample for [FontFeature.slashedZero].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.stylisticAlternates].
|
||||
/// Flutter code sample for [FontFeature.stylisticAlternates].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.stylisticSet].
|
||||
/// Flutter code sample for [FontFeature.stylisticSet].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.stylisticSet].
|
||||
/// Flutter code sample for [FontFeature.stylisticSet].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.subscripts].
|
||||
/// Flutter code sample for [FontFeature.subscripts].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.superscripts].
|
||||
/// Flutter code sample for [FontFeature.superscripts].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
/// Flutter code sample for [FontFeature.FontFeature.swash].
|
||||
/// Flutter code sample for [FontFeature.swash].
|
||||
|
||||
void main() => runApp(const ExampleApp());
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
|
||||
/// Flutter code sample for [Action.Action.overridable].
|
||||
/// Flutter code sample for [Action.overridable].
|
||||
|
||||
void main() {
|
||||
runApp(
|
||||
|
Loading…
Reference in New Issue
Block a user