We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1736fa5 commit 8ec0e0bCopy full SHA for 8ec0e0b
example/lib/constants/resource.dart
@@ -1,7 +1,6 @@
1
/// Generate by [resource_generator](https://github.com/CaiJingLong/flutter_resource_generator) library.
2
/// PLEASE DO NOT EDIT MANUALLY.
3
class R {
4
- /// 
5
static const String ASSETS_FLUTTER_CANDIES_LOGO_PNG =
6
'assets/flutter_candies_logo.png';
7
}
example/pubspec.yaml
@@ -18,9 +18,6 @@ dependencies:
18
path_provider: 1.6.21
19
provider: 4.3.2+2
20
21
-dev_dependencies:
22
- flutter_asset_generator: 0.5.1
23
-
24
flutter:
25
uses-material-design: true
26
assets:
0 commit comments