Rename adaptive_scaffold
to flutter_adaptive_scaffold
(#2600)
Merging on red, since the tree is red because `adaptive_scaffold` isn't a package we have permission to push.
@ -35,7 +35,7 @@ These are the available packages in this repository.
|
||||
|
||||
| Plugin | Pub | Issues | Pull requests |
|
||||
|--------|-----|--------|---------------|
|
||||
| [adaptive_scaffold](./packages/adaptive_scaffold/) | [](https://pub.dev/packages/adaptive_scaffold) | [](https://github.com/flutter/flutter/labels/p%3A%20adaptive_scaffold) | [](https://github.com/flutter/packages/labels/p%3A%20adaptive_scaffold) |
|
||||
| [flutter_adaptive_scaffold](./packages/flutter_adaptive_scaffold/) | [](https://pub.dev/packages/flutter_adaptive_scaffold) | [](https://github.com/flutter/flutter/labels/p%3A%20flutter_adaptive_scaffold) | [](https://github.com/flutter/packages/labels/p%3A%20flutter_adaptive_scaffold) |
|
||||
| [animations](./packages/animations/) | [](https://pub.dev/packages/animations) | [](https://github.com/flutter/flutter/labels/p%3A%20animations) | [](https://github.com/flutter/packages/labels/p%3A%20animations) |
|
||||
| [cross_file](./packages/cross_file/) | [](https://pub.dev/packages/cross_file) | [](https://github.com/flutter/flutter/labels/p%3A%20cross_file) | [](https://github.com/flutter/packages/labels/p%3A%20cross_file) |
|
||||
| [css\_colors](./packages/css_colors/) | [](https://pub.dev/packages/css_colors) | [](https://github.com/flutter/flutter/labels/p%3A%20css_colors) | [](https://github.com/flutter/packages/labels/p%3A%20css_colors) |
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?code-excerpt path-base="excerpts/packages/adaptive_scaffold_example"?>
|
||||
<?code-excerpt path-base="excerpts/packages/flutter_adaptive_scaffold_example"?>
|
||||
|
||||
# Adaptive Scaffold
|
||||
|
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 544 B |
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 442 B |
Before Width: | Height: | Size: 721 B After Width: | Height: | Size: 721 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 3.4 MiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 155 KiB |
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 154 KiB |
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 198 KiB |
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 172 KiB |
Before Width: | Height: | Size: 274 KiB After Width: | Height: | Size: 274 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 406 B |
Before Width: | Height: | Size: 450 B After Width: | Height: | Size: 450 B |
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 282 B |
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 462 B |
Before Width: | Height: | Size: 704 B After Width: | Height: | Size: 704 B |
Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 406 B |
Before Width: | Height: | Size: 586 B After Width: | Height: | Size: 586 B |
Before Width: | Height: | Size: 862 B After Width: | Height: | Size: 862 B |
Before Width: | Height: | Size: 862 B After Width: | Height: | Size: 862 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 762 B After Width: | Height: | Size: 762 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 68 B |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 68 B |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 68 B |
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
import 'package:adaptive_scaffold/adaptive_scaffold.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_adaptive_scaffold/flutter_adaptive_scaffold.dart';
|
||||
|
||||
void main() {
|
||||
runApp(const MyApp());
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
import 'package:adaptive_scaffold/adaptive_scaffold.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_adaptive_scaffold/flutter_adaptive_scaffold.dart';
|
||||
|
||||
void main() {
|
||||
runApp(const MyApp());
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
import 'package:adaptive_scaffold/adaptive_scaffold.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_adaptive_scaffold/flutter_adaptive_scaffold.dart';
|
||||
|
||||
/// A more functional demo of the usage of the adaptive layout helper widgets.
|
||||
/// Specifically, it is built using an [AdaptiveLayout] and uses static helpers
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 520 B After Width: | Height: | Size: 520 B |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |